Html Css Color HEX #D210DB Deep Magenta

📋 copy color: '#D210DB'

red 210 ◦ green 16 ◦ blue 219

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

Shades of Deep Magenta #D210DB

Tints of Deep Magenta #D210DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 47.19%
G = 3.6%
B = 49.21%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D210DB (or 0xD210DB) is known color: Deep Magenta. HEX triplet: D2, 10 and DB. RGB value is (210,16,219). Sum of RGB (Red+Green+Blue) = 210+16+219=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 16 (6.64% from 255 or 3.60% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D210DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D210DB is #2DEF24. Grayscale: #606060. Windows color (decimal): -3010341 or 14356690. OLE color: 14356690.

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

Color convert

RGB 210 16 219 -
CMYK 0.04 0.93 0 0.14
HSL 297.34º 0.86% 0.46% -
HSV(B) 297.34º 0.93% 0.86% -
XYZ 39.55 19.19 68.64 -
YUV 97.15 196.77 208.49 -
System Red Green Blue C M Y K H S L
Decimal 210 16 219 0.04 0.93 0 0.14 297.34 0.86 0.46
Hex D2 10 DB 4 5D 0 E 129 56 2E
Octal 322 20 333 4 135 0 16 451 126 56
Binary 11010010 10000 11011011 100 1011101 0 1110 100101001 1010110 101110

Color Harmonies of #D210DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D210DB

Black with #D210DB

Text Example


Text Example

White with #D210DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D210DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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