Html Css Color HEX #D20CD9 Deep Magenta

📋 copy color: '#D20CD9'

red 210 ◦ green 12 ◦ blue 217

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

Shades of Deep Magenta #D20CD9

Tints of Deep Magenta #D20CD9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.73%

 BLUE value IS 217 (85.16% from 255) = 49.43%

R = 47.84%
G = 2.73%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D20CD9 (or 0xD20CD9) is known color: Deep Magenta. HEX triplet: D2, 0C and D9. RGB value is (210,12,217). Sum of RGB (Red+Green+Blue) = 210+12+217=439 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.84% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #D20CD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CD9 is #2DF326. Grayscale: #5D5D5D. Windows color (decimal): -3011367 or 14224594. OLE color: 14224594.

HSL color Cylindrical-coordinate representation of color #D20CD9: hue angle of 297.95º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CD9 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 12 217 -
CMYK 0.03 0.94 0 0.15
HSL 297.95º 0.9% 0.45% -
HSV(B) 297.95º 0.94% 0.85% -
XYZ 39.23 18.97 67.24 -
YUV 94.57 197.1 210.33 -
System Red Green Blue C M Y K H S L
Decimal 210 12 217 0.03 0.94 0 0.15 297.95 0.9 0.45
Hex D2 C D9 3 5E 0 F 12A 5A 2D
Octal 322 14 331 3 136 0 17 452 132 55
Binary 11010010 1100 11011001 11 1011110 0 1111 100101010 1011010 101101

Color Harmonies of #D20CD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20CD9

Black with #D20CD9

Text Example


Text Example

White with #D20CD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20CD9; }

 p { color: rgb(210,12,217); }

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

background-color css

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

 a { background-color: rgb(210,12,217); }

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

border-color css

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

 span { border-color: rgb(210,12,217); }

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