#D02BB6

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

Shades of Fuchsia #D02BB6

Tints of Fuchsia #D02BB6

Color information

#D02BB6 (or 0xD02BB6) is unknown color: approx Fuchsia. HEX triplet: D0, 2B and B6. RGB value is (208,43,182). Sum of RGB (Red+Green+Blue) = 208+43+182=433 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.04% from 433); Green value is 43 (17.19% from 255 or 9.93% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BB6 is #2FD449. Grayscale: #6B6B6B. Windows color (decimal): -3134538 or 11938768. OLE color: 11938768.

HSL color Cylindrical-coordinate representation of color #D02BB6: hue angle of 309.45º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02BB6 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB20843182-
CMYK00.790.120.18
HSL309.45º65.74%49.22%-
HSV(B)309.45º79.33%81.57%-
XYZ35.3218.5245.97-
YUV108.18169.66199.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.04%
GREEN value IS 43 (17.19% from 255) = 9.93%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=48.04%
G=9.93%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084318200.790.120.18309.4565.7449.22
HexD02BB604FC121354231
Octal320532660117142246510261
Binary1101000010101110110110010011111100100101001101011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02BB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02BB6; }

 p { color: rgb(208,43,182); }

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

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

 a { background-color: rgb(208,43,182); }

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

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

 span { border-color: rgb(208,43,182); }

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