Html Css Color HEX #D20EDE Deep Magenta

📋 copy color: '#D20EDE'

red 210 ◦ green 14 ◦ blue 222

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

Shades of Deep Magenta #D20EDE

Tints of Deep Magenta #D20EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 47.09%
G = 3.14%
B = 49.78%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D20EDE (or 0xD20EDE) is known color: Deep Magenta. HEX triplet: D2, 0E and DE. RGB value is (210,14,222). Sum of RGB (Red+Green+Blue) = 210+14+222=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 14 (5.86% from 255 or 3.14% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #D20EDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EDE is #2DF121. Grayscale: #5F5F5F. Windows color (decimal): -3010850 or 14552786. OLE color: 14552786.

HSL color Cylindrical-coordinate representation of color #D20EDE: hue angle of 296.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20EDE is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 14 222 -
CMYK 0.05 0.94 0 0.13
HSL 296.54º 0.88% 0.46% -
HSV(B) 296.54º 0.94% 0.87% -
XYZ 39.92 19.29 70.73 -
YUV 96.32 198.93 209.09 -
System Red Green Blue C M Y K H S L
Decimal 210 14 222 0.05 0.94 0 0.13 296.54 0.88 0.46
Hex D2 E DE 5 5E 0 D 129 58 2E
Octal 322 16 336 5 136 0 15 451 130 56
Binary 11010010 1110 11011110 101 1011110 0 1101 100101001 1011000 101110

Color Harmonies of #D20EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EDE

Black with #D20EDE

Text Example


Text Example

White with #D20EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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