Html Css Color HEX #D11DDB Deep Magenta

📋 copy color: '#D11DDB'

red 209 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #D11DDB

Tints of Deep Magenta #D11DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.35%

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

R = 45.73%
G = 6.35%
B = 47.92%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D11DDB (or 0xD11DDB) is known color: Deep Magenta. HEX triplet: D1, 1D and DB. RGB value is (209,29,219). Sum of RGB (Red+Green+Blue) = 209+29+219=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 29 (11.72% from 255 or 6.35% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DDB is #2EE224. Grayscale: #676767. Windows color (decimal): -3072549 or 14360017. OLE color: 14360017.

HSL color Cylindrical-coordinate representation of color #D11DDB: hue angle of 296.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11DDB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 209 29 219 -
CMYK 0.05 0.87 0 0.14
HSL 296.84º 0.77% 0.49% -
HSV(B) 296.84º 0.87% 0.86% -
XYZ 39.52 19.55 68.71 -
YUV 104.48 192.63 202.55 -
System Red Green Blue C M Y K H S L
Decimal 209 29 219 0.05 0.87 0 0.14 296.84 0.77 0.49
Hex D1 1D DB 5 57 0 E 129 4D 31
Octal 321 35 333 5 127 0 16 451 115 61
Binary 11010001 11101 11011011 101 1010111 0 1110 100101001 1001101 110001

Color Harmonies of #D11DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DDB

Black with #D11DDB

Text Example


Text Example

White with #D11DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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