Html Css Color HEX #D212DB Deep Magenta

📋 copy color: '#D212DB'

red 210 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #D212DB

Tints of Deep Magenta #D212DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.03%

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

R = 46.98%
G = 4.03%
B = 48.99%

CMYK

 C value IS 0.04

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D212DB (or 0xD212DB) is known color: Deep Magenta. HEX triplet: D2, 12 and DB. RGB value is (210,18,219). Sum of RGB (Red+Green+Blue) = 210+18+219=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #D212DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212DB is #2DED24. Grayscale: #616161. Windows color (decimal): -3009829 or 14357202. OLE color: 14357202.

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

Color convert

RGB 210 18 219 -
CMYK 0.04 0.92 0 0.14
HSL 297.31º 0.85% 0.46% -
HSV(B) 297.31º 0.92% 0.86% -
XYZ 39.58 19.25 68.65 -
YUV 98.32 196.11 207.66 -
System Red Green Blue C M Y K H S L
Decimal 210 18 219 0.04 0.92 0 0.14 297.31 0.85 0.46
Hex D2 12 DB 4 5C 0 E 129 55 2E
Octal 322 22 333 4 134 0 16 451 125 56
Binary 11010010 10010 11011011 100 1011100 0 1110 100101001 1010101 101110

Color Harmonies of #D212DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D212DB

Black with #D212DB

Text Example


Text Example

White with #D212DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D212DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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