Html Css Color HEX #D11AB0 Deep Magenta

📋 copy color: '#D11AB0'

red 209 ◦ green 26 ◦ blue 176

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

Shades of Deep Magenta #D11AB0

Tints of Deep Magenta #D11AB0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.33%

 BLUE value IS 176 (69.14% from 255) = 42.82%

R = 50.85%
G = 6.33%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D11AB0 (or 0xD11AB0) is known color: Deep Magenta. HEX triplet: D1, 1A and B0. RGB value is (209,26,176). Sum of RGB (Red+Green+Blue) = 209+26+176=411 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.85% from 411); Green value is 26 (10.55% from 255 or 6.33% from 411); Blue value is 176 (69.14% from 255 or 42.82% from 411); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11AB0 is #2EE54F. Grayscale: #616161. Windows color (decimal): -3073360 or 11541201. OLE color: 11541201.

HSL color Cylindrical-coordinate representation of color #D11AB0: hue angle of 310.82º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11AB0 is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 26 176 -
CMYK 0 0.88 0.16 0.18
HSL 310.82º 0.78% 0.46% -
HSV(B) 310.82º 0.88% 0.82% -
XYZ 34.5 17.43 42.62 -
YUV 97.82 172.13 207.3 -
System Red Green Blue C M Y K H S L
Decimal 209 26 176 0 0.88 0.16 0.18 310.82 0.78 0.46
Hex D1 1A B0 0 58 10 12 137 4E 2E
Octal 321 32 260 0 130 20 22 467 116 56
Binary 11010001 11010 10110000 0 1011000 10000 10010 100110111 1001110 101110

Color Harmonies of #D11AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11AB0

Black with #D11AB0

Text Example


Text Example

White with #D11AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11AB0; }

 p { color: rgb(209,26,176); }

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

background-color css

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

 a { background-color: rgb(209,26,176); }

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

border-color css

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

 span { border-color: rgb(209,26,176); }

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