Html Css Color HEX #D11DBF Deep Magenta

📋 copy color: '#D11DBF'

red 209 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #D11DBF

Tints of Deep Magenta #D11DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.52%

R = 48.72%
G = 6.76%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D11DBF (or 0xD11DBF) is known color: Deep Magenta. HEX triplet: D1, 1D and BF. RGB value is (209,29,191). Sum of RGB (Red+Green+Blue) = 209+29+191=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DBF is #2EE240. Grayscale: #646464. Windows color (decimal): -3072577 or 12525009. OLE color: 12525009.

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

Color convert

RGB 209 29 191 -
CMYK 0 0.86 0.09 0.18
HSL 306º 0.76% 0.47% -
HSV(B) 306º 0.86% 0.82% -
XYZ 36.14 18.2 50.9 -
YUV 101.29 178.63 204.83 -
System Red Green Blue C M Y K H S L
Decimal 209 29 191 0 0.86 0.09 0.18 306 0.76 0.47
Hex D1 1D BF 0 56 9 12 132 4C 2F
Octal 321 35 277 0 126 11 22 462 114 57
Binary 11010001 11101 10111111 0 1010110 1001 10010 100110010 1001100 101111

Color Harmonies of #D11DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11DBF

Black with #D11DBF

Text Example


Text Example

White with #D11DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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