Html Css Color HEX #D02DD2 Fuchsia

📋 copy color: '#D02DD2'

red 208 ◦ green 45 ◦ blue 210

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

Shades of Fuchsia #D02DD2

Tints of Fuchsia #D02DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.36%

R = 44.92%
G = 9.72%
B = 45.36%

CMYK

 C value IS 0.01

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D02DD2 (or 0xD02DD2) is known color: Fuchsia. HEX triplet: D0, 2D and D2. RGB value is (208,45,210). Sum of RGB (Red+Green+Blue) = 208+45+210=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #D02DD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DD2 is #2FD22D. Grayscale: #707070. Windows color (decimal): -3133998 or 13774288. OLE color: 13774288.

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

Color convert

RGB 208 45 210 -
CMYK 0.01 0.79 0 0.18
HSL 299.27º 0.65% 0.5% -
HSV(B) 299.27º 0.79% 0.82% -
XYZ 38.58 19.94 62.79 -
YUV 112.55 183 196.08 -
System Red Green Blue C M Y K H S L
Decimal 208 45 210 0.01 0.79 0 0.18 299.27 0.65 0.5
Hex D0 2D D2 1 4F 0 12 12B 41 32
Octal 320 55 322 1 117 0 22 453 101 62
Binary 11010000 101101 11010010 1 1001111 0 10010 100101011 1000001 110010

Color Harmonies of #D02DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02DD2

Black with #D02DD2

Text Example


Text Example

White with #D02DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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