Html Css Color HEX #D11FB5 Deep Magenta

📋 copy color: '#D11FB5'

red 209 ◦ green 31 ◦ blue 181

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

Shades of Deep Magenta #D11FB5

Tints of Deep Magenta #D11FB5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.36%

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

R = 49.64%
G = 7.36%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D11FB5 (or 0xD11FB5) is known color: Deep Magenta. HEX triplet: D1, 1F and B5. RGB value is (209,31,181). Sum of RGB (Red+Green+Blue) = 209+31+181=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 181 (71.09% from 255 or 42.99% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D11FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11FB5 is #2EE04A. Grayscale: #646464. Windows color (decimal): -3072075 or 11870161. OLE color: 11870161.

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

Color convert

RGB 209 31 181 -
CMYK 0 0.85 0.13 0.18
HSL 309.44º 0.74% 0.47% -
HSV(B) 309.44º 0.85% 0.82% -
XYZ 35.12 17.87 45.31 -
YUV 101.32 172.97 204.8 -
System Red Green Blue C M Y K H S L
Decimal 209 31 181 0 0.85 0.13 0.18 309.44 0.74 0.47
Hex D1 1F B5 0 55 D 12 135 4A 2F
Octal 321 37 265 0 125 15 22 465 112 57
Binary 11010001 11111 10110101 0 1010101 1101 10010 100110101 1001010 101111

Color Harmonies of #D11FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11FB5

Black with #D11FB5

Text Example


Text Example

White with #D11FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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