Html Css Color HEX #D02ECC Fuchsia

📋 copy color: '#D02ECC'

red 208 ◦ green 46 ◦ blue 204

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

Shades of Fuchsia #D02ECC

Tints of Fuchsia #D02ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.04%

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 45.41%
G = 10.04%
B = 44.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D02ECC (or 0xD02ECC) is known color: Fuchsia. HEX triplet: D0, 2E and CC. RGB value is (208,46,204). Sum of RGB (Red+Green+Blue) = 208+46+204=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D02ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02ECC is #2FD133. Grayscale: #6F6F6F. Windows color (decimal): -3133748 or 13381328. OLE color: 13381328.

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

Color convert

RGB 208 46 204 -
CMYK 0 0.78 0.02 0.18
HSL 301.48º 0.64% 0.5% -
HSV(B) 301.48º 0.78% 0.82% -
XYZ 37.89 19.72 58.94 -
YUV 112.45 179.67 196.15 -
System Red Green Blue C M Y K H S L
Decimal 208 46 204 0 0.78 0.02 0.18 301.48 0.64 0.5
Hex D0 2E CC 0 4E 2 12 12D 40 32
Octal 320 56 314 0 116 2 22 455 100 62
Binary 11010000 101110 11001100 0 1001110 10 10010 100101101 1000000 110010

Color Harmonies of #D02ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02ECC

Black with #D02ECC

Text Example


Text Example

White with #D02ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02ECC; }

 p { color: rgb(208,46,204); }

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

background-color css

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

 a { background-color: rgb(208,46,204); }

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

border-color css

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

 span { border-color: rgb(208,46,204); }

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