Html Css Color HEX #D011AC Deep Magenta

📋 copy color: '#D011AC'

red 208 ◦ green 17 ◦ blue 172

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

Shades of Deep Magenta #D011AC

Tints of Deep Magenta #D011AC

RGB

 RED value IS 208 (81.64% from 255) = 52.39%

 GREEN value IS 17 (7.03% from 255) = 4.28%

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 52.39%
G = 4.28%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D011AC (or 0xD011AC) is known color: Deep Magenta. HEX triplet: D0, 11 and AC. RGB value is (208,17,172). Sum of RGB (Red+Green+Blue) = 208+17+172=397 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.39% from 397); Green value is 17 (7.03% from 255 or 4.28% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 208 - color contains mainly: red. Hex color #D011AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D011AC is #2FEE53. Grayscale: #5B5B5B. Windows color (decimal): -3141204 or 11276752. OLE color: 11276752.

HSL color Cylindrical-coordinate representation of color #D011AC: hue angle of 311.31º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D011AC is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 17 172 -
CMYK 0 0.92 0.17 0.18
HSL 311.31º 0.85% 0.44% -
HSV(B) 311.31º 0.92% 0.82% -
XYZ 33.66 16.79 40.5 -
YUV 91.78 173.28 210.9 -
System Red Green Blue C M Y K H S L
Decimal 208 17 172 0 0.92 0.17 0.18 311.31 0.85 0.44
Hex D0 11 AC 0 5C 11 12 137 55 2C
Octal 320 21 254 0 134 21 22 467 125 54
Binary 11010000 10001 10101100 0 1011100 10001 10010 100110111 1010101 101100

Color Harmonies of #D011AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D011AC

Black with #D011AC

Text Example


Text Example

White with #D011AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D011AC; }

 p { color: rgb(208,17,172); }

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

background-color css

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

 a { background-color: rgb(208,17,172); }

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

border-color css

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

 span { border-color: rgb(208,17,172); }

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