Html Css Color HEX #D20ACD Deep Magenta

📋 copy color: '#D20ACD'

red 210 ◦ green 10 ◦ blue 205

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

Shades of Deep Magenta #D20ACD

Tints of Deep Magenta #D20ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 49.41%
G = 2.35%
B = 48.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D20ACD (or 0xD20ACD) is known color: Deep Magenta. HEX triplet: D2, 0A and CD. RGB value is (210,10,205). Sum of RGB (Red+Green+Blue) = 210+10+205=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 10 (4.30% from 255 or 2.35% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D20ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20ACD is #2DF532. Grayscale: #5B5B5B. Windows color (decimal): -3011891 or 13437650. OLE color: 13437650.

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

Color convert

RGB 210 10 205 -
CMYK 0 0.95 0.02 0.18
HSL 301.5º 0.91% 0.43% -
HSV(B) 301.5º 0.95% 0.82% -
XYZ 37.71 18.33 59.31 -
YUV 92.03 191.76 212.14 -
System Red Green Blue C M Y K H S L
Decimal 210 10 205 0 0.95 0.02 0.18 301.5 0.91 0.43
Hex D2 A CD 0 5F 2 12 12E 5B 2B
Octal 322 12 315 0 137 2 22 456 133 53
Binary 11010010 1010 11001101 0 1011111 10 10010 100101110 1011011 101011

Color Harmonies of #D20ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20ACD

Black with #D20ACD

Text Example


Text Example

White with #D20ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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