#D02BB4

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

Shades of Fuchsia #D02BB4

Tints of Fuchsia #D02BB4

Color information

#D02BB4 (or 0xD02BB4) is unknown color: approx Fuchsia. HEX triplet: D0, 2B and B4. RGB value is (208,43,180). Sum of RGB (Red+Green+Blue) = 208+43+180=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D02BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02BB4 is #2FD44B. Grayscale: #6B6B6B. Windows color (decimal): -3134540 or 11807696. OLE color: 11807696.

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

Color convert

RGB20843180-
CMYK00.790.130.18
HSL310.18º65.74%49.22%-
HSV(B)310.18º79.33%81.57%-
XYZ35.1118.4344.89-
YUV107.95168.66199.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 43 (17.19% from 255) = 9.98%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=48.26%
G=9.98%
B=41.76%

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
Decimal2084318000.790.130.18310.1865.7449.22
HexD02BB404FD121364231
Octal320532640117152246610261
Binary1101000010101110110100010011111101100101001101101000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02BB4; }

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

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

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

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

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

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

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

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