Html Css Color HEX #D116AB Medium Violet Red

📋 copy color: '#D116AB'

red 209 ◦ green 22 ◦ blue 171

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

Shades of Medium Violet Red #D116AB

Tints of Medium Violet Red #D116AB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.47%

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

R = 51.99%
G = 5.47%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D116AB (or 0xD116AB) is known color: Medium Violet Red. HEX triplet: D1, 16 and AB. RGB value is (209,22,171). Sum of RGB (Red+Green+Blue) = 209+22+171=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AB is #2EE954. Grayscale: #5E5E5E. Windows color (decimal): -3074389 or 11212497. OLE color: 11212497.

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

Color convert

RGB 209 22 171 -
CMYK 0 0.89 0.18 0.18
HSL 312.19º 0.81% 0.45% -
HSV(B) 312.19º 0.89% 0.82% -
XYZ 33.93 17.07 40.03 -
YUV 94.9 170.95 209.38 -
System Red Green Blue C M Y K H S L
Decimal 209 22 171 0 0.89 0.18 0.18 312.19 0.81 0.45
Hex D1 16 AB 0 59 12 12 138 51 2D
Octal 321 26 253 0 131 22 22 470 121 55
Binary 11010001 10110 10101011 0 1011001 10010 10010 100111000 1010001 101101

Color Harmonies of #D116AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D116AB

Black with #D116AB

Text Example


Text Example

White with #D116AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D116AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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