Html Css Color HEX #D02DB6 Fuchsia

📋 copy color: '#D02DB6'

red 208 ◦ green 45 ◦ blue 182

#D02DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D02DB6

Tints of Fuchsia #D02DB6

RGB

 RED value IS 208 (81.64% from 255) = 47.82%

 GREEN value IS 45 (17.97% from 255) = 10.34%

 BLUE value IS 182 (71.48% from 255) = 41.84%

R = 47.82%
G = 10.34%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D02DB6 (or 0xD02DB6) is known color: Fuchsia. HEX triplet: D0, 2D and B6. RGB value is (208,45,182). Sum of RGB (Red+Green+Blue) = 208+45+182=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 45 (17.97% from 255 or 10.34% from 435); Blue value is 182 (71.48% from 255 or 41.84% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D02DB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DB6 is #2FD249. Grayscale: #6C6C6C. Windows color (decimal): -3134026 or 11939280. OLE color: 11939280.

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

Color convert

RGB 208 45 182 -
CMYK 0 0.78 0.12 0.18
HSL 309.57º 0.64% 0.5% -
HSV(B) 309.57º 0.78% 0.82% -
XYZ 35.39 18.66 45.99 -
YUV 109.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 208 45 182 0 0.78 0.12 0.18 309.57 0.64 0.5
Hex D0 2D B6 0 4E C 12 136 40 32
Octal 320 55 266 0 116 14 22 466 100 62
Binary 11010000 101101 10110110 0 1001110 1100 10010 100110110 1000000 110010

Color Harmonies of #D02DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DB6

Black with #D02DB6

Text Example


Text Example

White with #D02DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DB6; }

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

 H1.HeaderClassName
 {
   color: #D02DB6;
 }
 .AnyTagClassName
 {
   color: #D02DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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