Html Css Color HEX #D119AB Medium Violet Red

📋 copy color: '#D119AB'

red 209 ◦ green 25 ◦ blue 171

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

Shades of Medium Violet Red #D119AB

Tints of Medium Violet Red #D119AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.22%

R = 51.6%
G = 6.17%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D119AB (or 0xD119AB) is known color: Medium Violet Red. HEX triplet: D1, 19 and AB. RGB value is (209,25,171). Sum of RGB (Red+Green+Blue) = 209+25+171=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D119AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D119AB is #2EE654. Grayscale: #606060. Windows color (decimal): -3073621 or 11213265. OLE color: 11213265.

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

Color convert

RGB 209 25 171 -
CMYK 0 0.88 0.18 0.18
HSL 312.39º 0.79% 0.46% -
HSV(B) 312.39º 0.88% 0.82% -
XYZ 33.99 17.19 40.05 -
YUV 96.66 169.96 208.13 -
System Red Green Blue C M Y K H S L
Decimal 209 25 171 0 0.88 0.18 0.18 312.39 0.79 0.46
Hex D1 19 AB 0 58 12 12 138 4F 2E
Octal 321 31 253 0 130 22 22 470 117 56
Binary 11010001 11001 10101011 0 1011000 10010 10010 100111000 1001111 101110

Color Harmonies of #D119AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D119AB

Black with #D119AB

Text Example


Text Example

White with #D119AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D119AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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