Html Css Color HEX #D11ACC Deep Magenta

📋 copy color: '#D11ACC'

red 209 ◦ green 26 ◦ blue 204

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

Shades of Deep Magenta #D11ACC

Tints of Deep Magenta #D11ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 47.61%
G = 5.92%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D11ACC (or 0xD11ACC) is known color: Deep Magenta. HEX triplet: D1, 1A and CC. RGB value is (209,26,204). Sum of RGB (Red+Green+Blue) = 209+26+204=439 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.61% from 439); Green value is 26 (10.55% from 255 or 5.92% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ACC is #2EE533. Grayscale: #646464. Windows color (decimal): -3073332 or 13376209. OLE color: 13376209.

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

Color convert

RGB 209 26 204 -
CMYK 0 0.88 0.02 0.18
HSL 301.64º 0.78% 0.46% -
HSV(B) 301.64º 0.88% 0.82% -
XYZ 37.56 18.65 58.75 -
YUV 101.01 186.13 205.03 -
System Red Green Blue C M Y K H S L
Decimal 209 26 204 0 0.88 0.02 0.18 301.64 0.78 0.46
Hex D1 1A CC 0 58 2 12 12E 4E 2E
Octal 321 32 314 0 130 2 22 456 116 56
Binary 11010001 11010 11001100 0 1011000 10 10010 100101110 1001110 101110

Color Harmonies of #D11ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D11ACC

Black with #D11ACC

Text Example


Text Example

White with #D11ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D11ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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