Html Css Color HEX #D20EB9 Deep Magenta

📋 copy color: '#D20EB9'

red 210 ◦ green 14 ◦ blue 185

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

Shades of Deep Magenta #D20EB9

Tints of Deep Magenta #D20EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.23%

R = 51.34%
G = 3.42%
B = 45.23%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D20EB9 (or 0xD20EB9) is known color: Deep Magenta. HEX triplet: D2, 0E and B9. RGB value is (210,14,185). Sum of RGB (Red+Green+Blue) = 210+14+185=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 14 (5.86% from 255 or 3.42% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D20EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20EB9 is #2DF146. Grayscale: #5B5B5B. Windows color (decimal): -3010887 or 12127954. OLE color: 12127954.

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

Color convert

RGB 210 14 185 -
CMYK 0 0.93 0.12 0.18
HSL 307.65º 0.88% 0.44% -
HSV(B) 307.65º 0.93% 0.82% -
XYZ 35.49 17.52 47.41 -
YUV 92.1 180.43 212.1 -
System Red Green Blue C M Y K H S L
Decimal 210 14 185 0 0.93 0.12 0.18 307.65 0.88 0.44
Hex D2 E B9 0 5D C 12 134 58 2C
Octal 322 16 271 0 135 14 22 464 130 54
Binary 11010010 1110 10111001 0 1011101 1100 10010 100110100 1011000 101100

Color Harmonies of #D20EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20EB9

Black with #D20EB9

Text Example


Text Example

White with #D20EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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