Html Css Color HEX #D11DB7 Deep Magenta

📋 copy color: '#D11DB7'

red 209 ◦ green 29 ◦ blue 183

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

Shades of Deep Magenta #D11DB7

Tints of Deep Magenta #D11DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.47%

R = 49.64%
G = 6.89%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D11DB7 (or 0xD11DB7) is known color: Deep Magenta. HEX triplet: D1, 1D and B7. RGB value is (209,29,183). Sum of RGB (Red+Green+Blue) = 209+29+183=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 183 (71.88% from 255 or 43.47% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DB7 is #2EE248. Grayscale: #636363. Windows color (decimal): -3072585 or 12000721. OLE color: 12000721.

HSL color Cylindrical-coordinate representation of color #D11DB7: hue angle of 308.67º 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 #D11DB7 is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 29 183 -
CMYK 0 0.86 0.12 0.18
HSL 308.67º 0.76% 0.47% -
HSV(B) 308.67º 0.86% 0.82% -
XYZ 35.28 17.85 46.39 -
YUV 100.38 174.63 205.48 -
System Red Green Blue C M Y K H S L
Decimal 209 29 183 0 0.86 0.12 0.18 308.67 0.76 0.47
Hex D1 1D B7 0 56 C 12 135 4C 2F
Octal 321 35 267 0 126 14 22 465 114 57
Binary 11010001 11101 10110111 0 1010110 1100 10010 100110101 1001100 101111

Color Harmonies of #D11DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DB7

Black with #D11DB7

Text Example


Text Example

White with #D11DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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