Html Css Color HEX #D20DC9 Deep Magenta

📋 copy color: '#D20DC9'

red 210 ◦ green 13 ◦ blue 201

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

Shades of Deep Magenta #D20DC9

Tints of Deep Magenta #D20DC9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

 BLUE value IS 201 (78.91% from 255) = 47.41%

R = 49.53%
G = 3.07%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D20DC9 (or 0xD20DC9) is known color: Deep Magenta. HEX triplet: D2, 0D and C9. RGB value is (210,13,201). Sum of RGB (Red+Green+Blue) = 210+13+201=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 201 (78.91% from 255 or 47.41% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DC9 is #2DF236. Grayscale: #5C5C5C. Windows color (decimal): -3011127 or 13176274. OLE color: 13176274.

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

Color convert

RGB 210 13 201 -
CMYK 0 0.94 0.04 0.18
HSL 302.74º 0.88% 0.44% -
HSV(B) 302.74º 0.94% 0.82% -
XYZ 37.26 18.21 56.81 -
YUV 93.34 188.77 211.21 -
System Red Green Blue C M Y K H S L
Decimal 210 13 201 0 0.94 0.04 0.18 302.74 0.88 0.44
Hex D2 D C9 0 5E 4 12 12F 58 2C
Octal 322 15 311 0 136 4 22 457 130 54
Binary 11010010 1101 11001001 0 1011110 100 10010 100101111 1011000 101100

Color Harmonies of #D20DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DC9

Black with #D20DC9

Text Example


Text Example

White with #D20DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DC9; }

 p { color: rgb(210,13,201); }

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

background-color css

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

 a { background-color: rgb(210,13,201); }

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

border-color css

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

 span { border-color: rgb(210,13,201); }

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