#D236B0

Color #D236B0 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D236B0

Tints of Fuchsia #D236B0

Color information

#D236B0 (or 0xD236B0) is unknown color: approx Fuchsia. HEX triplet: D2, 36 and B0. RGB value is (210,54,176). Sum of RGB (Red+Green+Blue) = 210+54+176=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 210 - color contains mainly: red. Hex color #D236B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D236B0 is #2DC94F. Grayscale: #727272. Windows color (decimal): -3000656 or 11548370. OLE color: 11548370.

HSL color Cylindrical-coordinate representation of color #D236B0: hue angle of 313.08º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D236B0 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB21054176-
CMYK00.740.160.18
HSL313.08º63.41%51.76%-
HSV(B)313.08º74.29%82.35%-
XYZ35.7319.4742.95-
YUV114.55162.68196.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 47.73%
GREEN value IS 54 (21.48% from 255) = 12.27%
BLUE value IS 176 (69.14% from 255) = 40%
R=47.73%
G=12.27%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105417600.740.160.18313.0863.4151.76
HexD236B004A10121393f34
Octal32266260011220224717764
Binary1101001011011010110000010010101000010010100111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D236B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D236B0; }

 p { color: rgb(210,54,176); }

 H1.HeaderClassName
 {
   color: #D236B0;
 }
 .AnyTagClassName
 {
   color: #D236B0;
 }
</style>
background-color css

<style>
 a { background-color: #D236B0; }

 a { background-color: rgb(210,54,176); }

 div.DivClassName
 {
   background-color: #D236B0;
 }
 .BgClassName
 {
   background-color: #D236B0;
 }
</style>
border-color css

<style>
 span { border-color: #D236B0; }

 span { border-color: rgb(210,54,176); }

 td.TdClassName
 {
   border-color: #D236B0;
 }
 .TagClassName
 {
   border-color: #D236B0;
 }
</style>