Html Css Color HEX #D812DB Deep Magenta

📋 copy color: '#D812DB'

red 216 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #D812DB

Tints of Deep Magenta #D812DB

RGB

 RED value IS 216 (84.77% from 255) = 47.68%

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

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

R = 47.68%
G = 3.97%
B = 48.34%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D812DB (or 0xD812DB) is known color: Deep Magenta. HEX triplet: D8, 12 and DB. RGB value is (216,18,219). Sum of RGB (Red+Green+Blue) = 216+18+219=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #D812DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812DB is #27ED24. Grayscale: #636363. Windows color (decimal): -2616613 or 14357208. OLE color: 14357208.

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

Color convert

RGB 216 18 219 -
CMYK 0.01 0.92 0 0.14
HSL 299.1º 0.85% 0.46% -
HSV(B) 299.1º 0.92% 0.86% -
XYZ 41.32 20.15 68.73 -
YUV 100.12 195.1 210.66 -
System Red Green Blue C M Y K H S L
Decimal 216 18 219 0.01 0.92 0 0.14 299.1 0.85 0.46
Hex D8 12 DB 1 5C 0 E 12B 55 2E
Octal 330 22 333 1 134 0 16 453 125 56
Binary 11011000 10010 11011011 1 1011100 0 1110 100101011 1010101 101110

Color Harmonies of #D812DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D812DB

Black with #D812DB

Text Example


Text Example

White with #D812DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D812DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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