Html Css Color HEX #D117AE Deep Magenta

📋 copy color: '#D117AE'

red 209 ◦ green 23 ◦ blue 174

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

Shades of Deep Magenta #D117AE

Tints of Deep Magenta #D117AE

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.67%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 51.48%
G = 5.67%
B = 42.86%

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

#D117AE (or 0xD117AE) is known color: Deep Magenta. HEX triplet: D1, 17 and AE. RGB value is (209,23,174). Sum of RGB (Red+Green+Blue) = 209+23+174=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D117AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117AE is #2EE851. Grayscale: #5F5F5F. Windows color (decimal): -3074130 or 11409361. OLE color: 11409361.

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

Color convert

RGB 209 23 174 -
CMYK 0 0.89 0.17 0.18
HSL 311.29º 0.8% 0.45% -
HSV(B) 311.29º 0.89% 0.82% -
XYZ 34.24 17.22 41.56 -
YUV 95.83 172.12 208.72 -
System Red Green Blue C M Y K H S L
Decimal 209 23 174 0 0.89 0.17 0.18 311.29 0.8 0.45
Hex D1 17 AE 0 59 11 12 137 50 2D
Octal 321 27 256 0 131 21 22 467 120 55
Binary 11010001 10111 10101110 0 1011001 10001 10010 100110111 1010000 101101

Color Harmonies of #D117AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117AE

Black with #D117AE

Text Example


Text Example

White with #D117AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117AE; }

 p { color: rgb(209,23,174); }

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

background-color css

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

 a { background-color: rgb(209,23,174); }

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

border-color css

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

 span { border-color: rgb(209,23,174); }

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