Html Css Color HEX #D20ED9 Deep Magenta

📋 copy color: '#D20ED9'

red 210 ◦ green 14 ◦ blue 217

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

Shades of Deep Magenta #D20ED9

Tints of Deep Magenta #D20ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 49.21%

R = 47.62%
G = 3.17%
B = 49.21%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D20ED9 (or 0xD20ED9) is known color: Deep Magenta. HEX triplet: D2, 0E and D9. RGB value is (210,14,217). Sum of RGB (Red+Green+Blue) = 210+14+217=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 14 (5.86% from 255 or 3.17% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #D20ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ED9 is #2DF126. Grayscale: #5F5F5F. Windows color (decimal): -3010855 or 14225106. OLE color: 14225106.

HSL color Cylindrical-coordinate representation of color #D20ED9: hue angle of 297.93º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20ED9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 14 217 -
CMYK 0.03 0.94 0 0.15
HSL 297.93º 0.88% 0.45% -
HSV(B) 297.93º 0.94% 0.85% -
XYZ 39.26 19.03 67.25 -
YUV 95.75 196.43 209.49 -
System Red Green Blue C M Y K H S L
Decimal 210 14 217 0.03 0.94 0 0.15 297.93 0.88 0.45
Hex D2 E D9 3 5E 0 F 12A 58 2D
Octal 322 16 331 3 136 0 17 452 130 55
Binary 11010010 1110 11011001 11 1011110 0 1111 100101010 1011000 101101

Color Harmonies of #D20ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20ED9

Black with #D20ED9

Text Example


Text Example

White with #D20ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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