Html Css Color HEX #D116AD Deep Magenta

📋 copy color: '#D116AD'

red 209 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #D116AD

Tints of Deep Magenta #D116AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.45%

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

R = 51.73%
G = 5.45%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D116AD (or 0xD116AD) is known color: Deep Magenta. HEX triplet: D1, 16 and AD. RGB value is (209,22,173). Sum of RGB (Red+Green+Blue) = 209+22+173=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 22 (8.98% from 255 or 5.45% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AD is #2EE952. Grayscale: #5E5E5E. Windows color (decimal): -3074387 or 11343569. OLE color: 11343569.

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

Color convert

RGB 209 22 173 -
CMYK 0 0.89 0.17 0.18
HSL 311.55º 0.81% 0.45% -
HSV(B) 311.55º 0.89% 0.82% -
XYZ 34.12 17.15 41.05 -
YUV 95.13 171.95 209.22 -
System Red Green Blue C M Y K H S L
Decimal 209 22 173 0 0.89 0.17 0.18 311.55 0.81 0.45
Hex D1 16 AD 0 59 11 12 138 51 2D
Octal 321 26 255 0 131 21 22 470 121 55
Binary 11010001 10110 10101101 0 1011001 10001 10010 100111000 1010001 101101

Color Harmonies of #D116AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116AD

Black with #D116AD

Text Example


Text Example

White with #D116AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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