Html Css Color HEX #D11BDB Deep Magenta

📋 copy color: '#D11BDB'

red 209 ◦ green 27 ◦ blue 219

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

Shades of Deep Magenta #D11BDB

Tints of Deep Magenta #D11BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.93%

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

R = 45.93%
G = 5.93%
B = 48.13%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D11BDB (or 0xD11BDB) is known color: Deep Magenta. HEX triplet: D1, 1B and DB. RGB value is (209,27,219). Sum of RGB (Red+Green+Blue) = 209+27+219=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #D11BDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11BDB is #2EE424. Grayscale: #666666. Windows color (decimal): -3073061 or 14359505. OLE color: 14359505.

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

Color convert

RGB 209 27 219 -
CMYK 0.05 0.88 0 0.14
HSL 296.88º 0.78% 0.48% -
HSV(B) 296.88º 0.88% 0.86% -
XYZ 39.47 19.45 68.69 -
YUV 103.31 193.3 203.39 -
System Red Green Blue C M Y K H S L
Decimal 209 27 219 0.05 0.88 0 0.14 296.88 0.78 0.48
Hex D1 1B DB 5 58 0 E 129 4E 30
Octal 321 33 333 5 130 0 16 451 116 60
Binary 11010001 11011 11011011 101 1011000 0 1110 100101001 1001110 110000

Color Harmonies of #D11BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11BDB

Black with #D11BDB

Text Example


Text Example

White with #D11BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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