Html Css Color HEX #D11DB5 Deep Magenta

📋 copy color: '#D11DB5'

red 209 ◦ green 29 ◦ blue 181

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

Shades of Deep Magenta #D11DB5

Tints of Deep Magenta #D11DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.2%

R = 49.88%
G = 6.92%
B = 43.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D11DB5 (or 0xD11DB5) is known color: Deep Magenta. HEX triplet: D1, 1D and B5. RGB value is (209,29,181). Sum of RGB (Red+Green+Blue) = 209+29+181=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DB5 is #2EE24A. Grayscale: #636363. Windows color (decimal): -3072587 or 11869649. OLE color: 11869649.

HSL color Cylindrical-coordinate representation of color #D11DB5: hue angle of 309.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11DB5 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 181 -
CMYK 0 0.86 0.13 0.18
HSL 309.33º 0.76% 0.47% -
HSV(B) 309.33º 0.86% 0.82% -
XYZ 35.07 17.77 45.3 -
YUV 100.15 173.63 205.64 -
System Red Green Blue C M Y K H S L
Decimal 209 29 181 0 0.86 0.13 0.18 309.33 0.76 0.47
Hex D1 1D B5 0 56 D 12 135 4C 2F
Octal 321 35 265 0 126 15 22 465 114 57
Binary 11010001 11101 10110101 0 1010110 1101 10010 100110101 1001100 101111

Color Harmonies of #D11DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DB5

Black with #D11DB5

Text Example


Text Example

White with #D11DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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