Html Css Color HEX #D811DB Deep Magenta

📋 copy color: '#D811DB'

red 216 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #D811DB

Tints of Deep Magenta #D811DB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.76%

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

R = 47.79%
G = 3.76%
B = 48.45%

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

#D811DB (or 0xD811DB) is known color: Deep Magenta. HEX triplet: D8, 11 and DB. RGB value is (216,17,219). Sum of RGB (Red+Green+Blue) = 216+17+219=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 17 (7.03% from 255 or 3.76% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #D811DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D811DB is #27EE24. Grayscale: #626262. Windows color (decimal): -2616869 or 14356952. OLE color: 14356952.

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

Color convert

RGB 216 17 219 -
CMYK 0.01 0.92 0 0.14
HSL 299.11º 0.86% 0.46% -
HSV(B) 299.11º 0.92% 0.86% -
XYZ 41.31 20.11 68.72 -
YUV 99.53 195.43 211.07 -
System Red Green Blue C M Y K H S L
Decimal 216 17 219 0.01 0.92 0 0.14 299.11 0.86 0.46
Hex D8 11 DB 1 5C 0 E 12B 56 2E
Octal 330 21 333 1 134 0 16 453 126 56
Binary 11011000 10001 11011011 1 1011100 0 1110 100101011 1010110 101110

Color Harmonies of #D811DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D811DB

Black with #D811DB

Text Example


Text Example

White with #D811DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D811DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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