Html Css Color HEX #D20ECC Deep Magenta

📋 copy color: '#D20ECC'

red 210 ◦ green 14 ◦ blue 204

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

Shades of Deep Magenta #D20ECC

Tints of Deep Magenta #D20ECC

RGB

 RED value IS 210 (82.42% from 255) = 49.07%

 GREEN value IS 14 (5.86% from 255) = 3.27%

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

R = 49.07%
G = 3.27%
B = 47.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D20ECC (or 0xD20ECC) is known color: Deep Magenta. HEX triplet: D2, 0E and CC. RGB value is (210,14,204). Sum of RGB (Red+Green+Blue) = 210+14+204=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 14 (5.86% from 255 or 3.27% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ECC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ECC is #2DF133. Grayscale: #5D5D5D. Windows color (decimal): -3010868 or 13373138. OLE color: 13373138.

HSL color Cylindrical-coordinate representation of color #D20ECC: hue angle of 301.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D20ECC is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 14 204 -
CMYK 0 0.93 0.03 0.18
HSL 301.84º 0.88% 0.44% -
HSV(B) 301.84º 0.93% 0.82% -
XYZ 37.63 18.38 58.69 -
YUV 94.26 189.93 210.55 -
System Red Green Blue C M Y K H S L
Decimal 210 14 204 0 0.93 0.03 0.18 301.84 0.88 0.44
Hex D2 E CC 0 5D 3 12 12E 58 2C
Octal 322 16 314 0 135 3 22 456 130 54
Binary 11010010 1110 11001100 0 1011101 11 10010 100101110 1011000 101100

Color Harmonies of #D20ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20ECC

Black with #D20ECC

Text Example


Text Example

White with #D20ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20ECC; }

 p { color: rgb(210,14,204); }

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

background-color css

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

 a { background-color: rgb(210,14,204); }

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

border-color css

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

 span { border-color: rgb(210,14,204); }

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