Html Css Color HEX #D20DCD Deep Magenta

📋 copy color: '#D20DCD'

red 210 ◦ green 13 ◦ blue 205

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

Shades of Deep Magenta #D20DCD

Tints of Deep Magenta #D20DCD

RGB

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

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

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

R = 49.07%
G = 3.04%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D20DCD (or 0xD20DCD) is known color: Deep Magenta. HEX triplet: D2, 0D and CD. RGB value is (210,13,205). Sum of RGB (Red+Green+Blue) = 210+13+205=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 13 (5.47% from 255 or 3.04% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D20DCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20DCD is #2DF232. Grayscale: #5D5D5D. Windows color (decimal): -3011123 or 13438418. OLE color: 13438418.

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

Color convert

RGB 210 13 205 -
CMYK 0 0.94 0.02 0.18
HSL 301.52º 0.88% 0.44% -
HSV(B) 301.52º 0.94% 0.82% -
XYZ 37.74 18.4 59.32 -
YUV 93.79 190.77 210.89 -
System Red Green Blue C M Y K H S L
Decimal 210 13 205 0 0.94 0.02 0.18 301.52 0.88 0.44
Hex D2 D CD 0 5E 2 12 12E 58 2C
Octal 322 15 315 0 136 2 22 456 130 54
Binary 11010010 1101 11001101 0 1011110 10 10010 100101110 1011000 101100

Color Harmonies of #D20DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20DCD

Black with #D20DCD

Text Example


Text Example

White with #D20DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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