Html Css Color HEX #D11ABC Deep Magenta

📋 copy color: '#D11ABC'

red 209 ◦ green 26 ◦ blue 188

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

Shades of Deep Magenta #D11ABC

Tints of Deep Magenta #D11ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.44%

R = 49.41%
G = 6.15%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D11ABC (or 0xD11ABC) is known color: Deep Magenta. HEX triplet: D1, 1A and BC. RGB value is (209,26,188). Sum of RGB (Red+Green+Blue) = 209+26+188=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 26 (10.55% from 255 or 6.15% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABC is #2EE543. Grayscale: #626262. Windows color (decimal): -3073348 or 12327633. OLE color: 12327633.

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

Color convert

RGB 209 26 188 -
CMYK 0 0.88 0.10 0.18
HSL 306.89º 0.78% 0.46% -
HSV(B) 306.89º 0.88% 0.82% -
XYZ 35.74 17.92 49.15 -
YUV 99.19 178.13 206.33 -
System Red Green Blue C M Y K H S L
Decimal 209 26 188 0 0.88 0.10 0.18 306.89 0.78 0.46
Hex D1 1A BC 0 58 A 12 133 4E 2E
Octal 321 32 274 0 130 12 22 463 116 56
Binary 11010001 11010 10111100 0 1011000 1010 10010 100110011 1001110 101110

Color Harmonies of #D11ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ABC

Black with #D11ABC

Text Example


Text Example

White with #D11ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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