Html Css Color HEX #D11CDB Deep Magenta

📋 copy color: '#D11CDB'

red 209 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #D11CDB

Tints of Deep Magenta #D11CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.14%

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

R = 45.83%
G = 6.14%
B = 48.03%

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

#D11CDB (or 0xD11CDB) is known color: Deep Magenta. HEX triplet: D1, 1C and DB. RGB value is (209,28,219). Sum of RGB (Red+Green+Blue) = 209+28+219=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CDB is #2EE324. Grayscale: #676767. Windows color (decimal): -3072805 or 14359761. OLE color: 14359761.

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

Color convert

RGB 209 28 219 -
CMYK 0.05 0.87 0 0.14
HSL 296.86º 0.77% 0.48% -
HSV(B) 296.86º 0.87% 0.86% -
XYZ 39.5 19.5 68.7 -
YUV 103.89 192.97 202.97 -
System Red Green Blue C M Y K H S L
Decimal 209 28 219 0.05 0.87 0 0.14 296.86 0.77 0.48
Hex D1 1C DB 5 57 0 E 129 4D 30
Octal 321 34 333 5 127 0 16 451 115 60
Binary 11010001 11100 11011011 101 1010111 0 1110 100101001 1001101 110000

Color Harmonies of #D11CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11CDB

Black with #D11CDB

Text Example


Text Example

White with #D11CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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