Html Css Color HEX #D111AD Deep Magenta

📋 copy color: '#D111AD'

red 209 ◦ green 17 ◦ blue 173

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

Shades of Deep Magenta #D111AD

Tints of Deep Magenta #D111AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.36%

R = 52.38%
G = 4.26%
B = 43.36%

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

#D111AD (or 0xD111AD) is known color: Deep Magenta. HEX triplet: D1, 11 and AD. RGB value is (209,17,173). Sum of RGB (Red+Green+Blue) = 209+17+173=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D111AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D111AD is #2EEE52. Grayscale: #5B5B5B. Windows color (decimal): -3075667 or 11342289. OLE color: 11342289.

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

Color convert

RGB 209 17 173 -
CMYK 0 0.92 0.17 0.18
HSL 311.25º 0.85% 0.44% -
HSV(B) 311.25º 0.92% 0.82% -
XYZ 34.04 16.97 41.02 -
YUV 92.19 173.61 211.32 -
System Red Green Blue C M Y K H S L
Decimal 209 17 173 0 0.92 0.17 0.18 311.25 0.85 0.44
Hex D1 11 AD 0 5C 11 12 137 55 2C
Octal 321 21 255 0 134 21 22 467 125 54
Binary 11010001 10001 10101101 0 1011100 10001 10010 100110111 1010101 101100

Color Harmonies of #D111AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D111AD

Black with #D111AD

Text Example


Text Example

White with #D111AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D111AD; }

 p { color: rgb(209,17,173); }

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

background-color css

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

 a { background-color: rgb(209,17,173); }

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

border-color css

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

 span { border-color: rgb(209,17,173); }

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