Html Css Color HEX #D20ED8 Deep Magenta

📋 copy color: '#D20ED8'

red 210 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #D20ED8

Tints of Deep Magenta #D20ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.09%

R = 47.73%
G = 3.18%
B = 49.09%

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

#D20ED8 (or 0xD20ED8) is known color: Deep Magenta. HEX triplet: D2, 0E and D8. RGB value is (210,14,216). Sum of RGB (Red+Green+Blue) = 210+14+216=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 14 (5.86% from 255 or 3.18% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #D20ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ED8 is #2DF127. Grayscale: #5F5F5F. Windows color (decimal): -3010856 or 14159570. OLE color: 14159570.

HSL color Cylindrical-coordinate representation of color #D20ED8: hue angle of 298.22º 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 #D20ED8 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 14 216 -
CMYK 0.03 0.94 0 0.15
HSL 298.22º 0.88% 0.45% -
HSV(B) 298.22º 0.94% 0.85% -
XYZ 39.13 18.97 66.57 -
YUV 95.63 195.93 209.57 -
System Red Green Blue C M Y K H S L
Decimal 210 14 216 0.03 0.94 0 0.15 298.22 0.88 0.45
Hex D2 E D8 3 5E 0 F 12A 58 2D
Octal 322 16 330 3 136 0 17 452 130 55
Binary 11010010 1110 11011000 11 1011110 0 1111 100101010 1011000 101101

Color Harmonies of #D20ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20ED8

Black with #D20ED8

Text Example


Text Example

White with #D20ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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