Html Css Color HEX #D119AD Deep Magenta

📋 copy color: '#D119AD'

red 209 ◦ green 25 ◦ blue 173

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

Shades of Deep Magenta #D119AD

Tints of Deep Magenta #D119AD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

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

R = 51.35%
G = 6.14%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D119AD (or 0xD119AD) is known color: Deep Magenta. HEX triplet: D1, 19 and AD. RGB value is (209,25,173). Sum of RGB (Red+Green+Blue) = 209+25+173=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D119AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D119AD is #2EE652. Grayscale: #606060. Windows color (decimal): -3073619 or 11344337. OLE color: 11344337.

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

Color convert

RGB 209 25 173 -
CMYK 0 0.88 0.17 0.18
HSL 311.74º 0.79% 0.46% -
HSV(B) 311.74º 0.88% 0.82% -
XYZ 34.18 17.27 41.07 -
YUV 96.89 170.96 207.97 -
System Red Green Blue C M Y K H S L
Decimal 209 25 173 0 0.88 0.17 0.18 311.74 0.79 0.46
Hex D1 19 AD 0 58 11 12 138 4F 2E
Octal 321 31 255 0 130 21 22 470 117 56
Binary 11010001 11001 10101101 0 1011000 10001 10010 100111000 1001111 101110

Color Harmonies of #D119AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119AD

Black with #D119AD

Text Example


Text Example

White with #D119AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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