Html Css Color HEX #D118AA Medium Violet Red

📋 copy color: '#D118AA'

red 209 ◦ green 24 ◦ blue 170

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

Shades of Medium Violet Red #D118AA

Tints of Medium Violet Red #D118AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.96%

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

R = 51.86%
G = 5.96%
B = 42.18%

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

#D118AA (or 0xD118AA) is known color: Medium Violet Red. HEX triplet: D1, 18 and AA. RGB value is (209,24,170). Sum of RGB (Red+Green+Blue) = 209+24+170=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D118AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D118AA is #2EE755. Grayscale: #5F5F5F. Windows color (decimal): -3073878 or 11147473. OLE color: 11147473.

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

Color convert

RGB 209 24 170 -
CMYK 0 0.89 0.19 0.18
HSL 312.65º 0.79% 0.46% -
HSV(B) 312.65º 0.89% 0.82% -
XYZ 33.88 17.11 39.55 -
YUV 95.96 169.79 208.63 -
System Red Green Blue C M Y K H S L
Decimal 209 24 170 0 0.89 0.19 0.18 312.65 0.79 0.46
Hex D1 18 AA 0 59 13 12 139 4F 2E
Octal 321 30 252 0 131 23 22 471 117 56
Binary 11010001 11000 10101010 0 1011001 10011 10010 100111001 1001111 101110

Color Harmonies of #D118AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D118AA

Black with #D118AA

Text Example


Text Example

White with #D118AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D118AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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