Html Css Color HEX #D11ACE Deep Magenta

📋 copy color: '#D11ACE'

red 209 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #D11ACE

Tints of Deep Magenta #D11ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 47.39%
G = 5.9%
B = 46.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D11ACE (or 0xD11ACE) is known color: Deep Magenta. HEX triplet: D1, 1A and CE. RGB value is (209,26,206). Sum of RGB (Red+Green+Blue) = 209+26+206=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ACE is #2EE531. Grayscale: #646464. Windows color (decimal): -3073330 or 13507281. OLE color: 13507281.

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

Color convert

RGB 209 26 206 -
CMYK 0 0.88 0.01 0.18
HSL 300.98º 0.78% 0.46% -
HSV(B) 300.98º 0.88% 0.82% -
XYZ 37.8 18.75 60.02 -
YUV 101.24 187.13 204.86 -
System Red Green Blue C M Y K H S L
Decimal 209 26 206 0 0.88 0.01 0.18 300.98 0.78 0.46
Hex D1 1A CE 0 58 1 12 12D 4E 2E
Octal 321 32 316 0 130 1 22 455 116 56
Binary 11010001 11010 11001110 0 1011000 1 10010 100101101 1001110 101110

Color Harmonies of #D11ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ACE

Black with #D11ACE

Text Example


Text Example

White with #D11ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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