Html Css Color HEX #D11ABA Deep Magenta

📋 copy color: '#D11ABA'

red 209 ◦ green 26 ◦ blue 186

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

Shades of Deep Magenta #D11ABA

Tints of Deep Magenta #D11ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.18%

R = 49.64%
G = 6.18%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D11ABA (or 0xD11ABA) is known color: Deep Magenta. HEX triplet: D1, 1A and BA. RGB value is (209,26,186). Sum of RGB (Red+Green+Blue) = 209+26+186=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ABA is #2EE545. Grayscale: #626262. Windows color (decimal): -3073350 or 12196561. OLE color: 12196561.

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

Color convert

RGB 209 26 186 -
CMYK 0 0.88 0.11 0.18
HSL 307.54º 0.78% 0.46% -
HSV(B) 307.54º 0.88% 0.82% -
XYZ 35.53 17.84 48.03 -
YUV 98.96 177.13 206.49 -
System Red Green Blue C M Y K H S L
Decimal 209 26 186 0 0.88 0.11 0.18 307.54 0.78 0.46
Hex D1 1A BA 0 58 B 12 134 4E 2E
Octal 321 32 272 0 130 13 22 464 116 56
Binary 11010001 11010 10111010 0 1011000 1011 10010 100110100 1001110 101110

Color Harmonies of #D11ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ABA

Black with #D11ABA

Text Example


Text Example

White with #D11ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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