Html Css Color HEX #D210D9 Deep Magenta

📋 copy color: '#D210D9'

red 210 ◦ green 16 ◦ blue 217

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

Shades of Deep Magenta #D210D9

Tints of Deep Magenta #D210D9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.61%

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

R = 47.4%
G = 3.61%
B = 48.98%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D210D9 (or 0xD210D9) is known color: Deep Magenta. HEX triplet: D2, 10 and D9. RGB value is (210,16,217). Sum of RGB (Red+Green+Blue) = 210+16+217=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #D210D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210D9 is #2DEF26. Grayscale: #606060. Windows color (decimal): -3010343 or 14225618. OLE color: 14225618.

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

Color convert

RGB 210 16 217 -
CMYK 0.03 0.93 0 0.15
HSL 297.91º 0.86% 0.46% -
HSV(B) 297.91º 0.93% 0.85% -
XYZ 39.29 19.08 67.26 -
YUV 96.92 195.77 208.66 -
System Red Green Blue C M Y K H S L
Decimal 210 16 217 0.03 0.93 0 0.15 297.91 0.86 0.46
Hex D2 10 D9 3 5D 0 F 12A 56 2E
Octal 322 20 331 3 135 0 17 452 126 56
Binary 11010010 10000 11011001 11 1011101 0 1111 100101010 1010110 101110

Color Harmonies of #D210D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210D9

Black with #D210D9

Text Example


Text Example

White with #D210D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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