Html Css Color HEX #D117AA Medium Violet Red

📋 copy color: '#D117AA'

red 209 ◦ green 23 ◦ blue 170

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

Shades of Medium Violet Red #D117AA

Tints of Medium Violet Red #D117AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 51.99%
G = 5.72%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D117AA (or 0xD117AA) is known color: Medium Violet Red. HEX triplet: D1, 17 and AA. RGB value is (209,23,170). Sum of RGB (Red+Green+Blue) = 209+23+170=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 23 (9.38% from 255 or 5.72% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D117AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117AA is #2EE855. Grayscale: #5E5E5E. Windows color (decimal): -3074134 or 11147217. OLE color: 11147217.

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

Color convert

RGB 209 23 170 -
CMYK 0 0.89 0.19 0.18
HSL 312.58º 0.8% 0.45% -
HSV(B) 312.58º 0.89% 0.82% -
XYZ 33.86 17.07 39.54 -
YUV 95.37 170.12 209.05 -
System Red Green Blue C M Y K H S L
Decimal 209 23 170 0 0.89 0.19 0.18 312.58 0.8 0.45
Hex D1 17 AA 0 59 13 12 139 50 2D
Octal 321 27 252 0 131 23 22 471 120 55
Binary 11010001 10111 10101010 0 1011001 10011 10010 100111001 1010000 101101

Color Harmonies of #D117AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D117AA

Black with #D117AA

Text Example


Text Example

White with #D117AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D117AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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