Html Css Color HEX #D111DB Deep Magenta

📋 copy color: '#D111DB'

red 209 ◦ green 17 ◦ blue 219

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

Shades of Deep Magenta #D111DB

Tints of Deep Magenta #D111DB

RGB

 RED value IS 209 (82.03% from 255) = 46.97%

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

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

R = 46.97%
G = 3.82%
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

#D111DB (or 0xD111DB) is known color: Deep Magenta. HEX triplet: D1, 11 and DB. RGB value is (209,17,219). Sum of RGB (Red+Green+Blue) = 209+17+219=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 17 (7.03% from 255 or 3.82% 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 #D111DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D111DB is #2EEE24. Grayscale: #606060. Windows color (decimal): -3075621 or 14356945. OLE color: 14356945.

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

Color convert

RGB 209 17 219 -
CMYK 0.05 0.92 0 0.14
HSL 297.03º 0.86% 0.46% -
HSV(B) 297.03º 0.92% 0.86% -
XYZ 39.28 19.07 68.63 -
YUV 97.44 196.61 207.57 -
System Red Green Blue C M Y K H S L
Decimal 209 17 219 0.05 0.92 0 0.14 297.03 0.86 0.46
Hex D1 11 DB 5 5C 0 E 129 56 2E
Octal 321 21 333 5 134 0 16 451 126 56
Binary 11010001 10001 11011011 101 1011100 0 1110 100101001 1010110 101110

Color Harmonies of #D111DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D111DB

Black with #D111DB

Text Example


Text Example

White with #D111DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D111DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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