Html Css Color HEX #D20AC9 Deep Magenta

📋 copy color: '#D20AC9'

red 210 ◦ green 10 ◦ blue 201

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

Shades of Deep Magenta #D20AC9

Tints of Deep Magenta #D20AC9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

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

R = 49.88%
G = 2.38%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D20AC9 (or 0xD20AC9) is known color: Deep Magenta. HEX triplet: D2, 0A and C9. RGB value is (210,10,201). Sum of RGB (Red+Green+Blue) = 210+10+201=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 201 (78.91% from 255 or 47.74% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D20AC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20AC9 is #2DF536. Grayscale: #5B5B5B. Windows color (decimal): -3011895 or 13175506. OLE color: 13175506.

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

Color convert

RGB 210 10 201 -
CMYK 0 0.95 0.04 0.18
HSL 302.7º 0.91% 0.43% -
HSV(B) 302.7º 0.95% 0.82% -
XYZ 37.23 18.14 56.8 -
YUV 91.57 189.76 212.47 -
System Red Green Blue C M Y K H S L
Decimal 210 10 201 0 0.95 0.04 0.18 302.7 0.91 0.43
Hex D2 A C9 0 5F 4 12 12F 5B 2B
Octal 322 12 311 0 137 4 22 457 133 53
Binary 11010010 1010 11001001 0 1011111 100 10010 100101111 1011011 101011

Color Harmonies of #D20AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20AC9

Black with #D20AC9

Text Example


Text Example

White with #D20AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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