#D02BB5

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

Shades of Fuchsia #D02BB5

Tints of Fuchsia #D02BB5

Color information

#D02BB5 (or 0xD02BB5) is unknown color: approx Fuchsia. HEX triplet: D0, 2B and B5. RGB value is (208,43,181). Sum of RGB (Red+Green+Blue) = 208+43+181=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BB5 is #2FD44A. Grayscale: #6B6B6B. Windows color (decimal): -3134539 or 11873232. OLE color: 11873232.

HSL color Cylindrical-coordinate representation of color #D02BB5: hue angle of 309.82º 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 #D02BB5 is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB20843181-
CMYK00.790.130.18
HSL309.82º65.74%49.22%-
HSV(B)309.82º79.33%81.57%-
XYZ35.2218.4745.43-
YUV108.07169.16199.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.15%
GREEN value IS 43 (17.19% from 255) = 9.95%
BLUE value IS 181 (71.09% from 255) = 41.90%
R=48.15%
G=9.95%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2084318100.790.130.18309.8265.7449.22
HexD02BB504FD121364231
Octal320532650117152246610261
Binary1101000010101110110101010011111101100101001101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02BB5; }

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

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

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

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

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

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

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

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