Html Css Color HEX #D012DB Deep Magenta

📋 copy color: '#D012DB'

red 208 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #D012DB

Tints of Deep Magenta #D012DB

RGB

 RED value IS 208 (81.64% from 255) = 46.74%

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

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

R = 46.74%
G = 4.04%
B = 49.21%

CMYK

 C value IS 0.05

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D012DB (or 0xD012DB) is known color: Deep Magenta. HEX triplet: D0, 12 and DB. RGB value is (208,18,219). Sum of RGB (Red+Green+Blue) = 208+18+219=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 18 (7.42% from 255 or 4.04% 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 #D012DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D012DB is #2FED24. Grayscale: #616161. Windows color (decimal): -3140901 or 14357200. OLE color: 14357200.

HSL color Cylindrical-coordinate representation of color #D012DB: hue angle of 296.72º 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 #D012DB is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 18 219 -
CMYK 0.05 0.92 0 0.14
HSL 296.72º 0.85% 0.46% -
HSV(B) 296.72º 0.92% 0.86% -
XYZ 39.01 18.96 68.62 -
YUV 97.72 196.45 206.66 -
System Red Green Blue C M Y K H S L
Decimal 208 18 219 0.05 0.92 0 0.14 296.72 0.85 0.46
Hex D0 12 DB 5 5C 0 E 129 55 2E
Octal 320 22 333 5 134 0 16 451 125 56
Binary 11010000 10010 11011011 101 1011100 0 1110 100101001 1010101 101110

Color Harmonies of #D012DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D012DB

Black with #D012DB

Text Example


Text Example

White with #D012DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D012DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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