Html Css Color HEX #D916A0 Medium Violet Red

📋 copy color: '#D916A0'

red 217 ◦ green 22 ◦ blue 160

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

Shades of Medium Violet Red #D916A0

Tints of Medium Violet Red #D916A0

RGB

 RED value IS 217 (85.16% from 255) = 54.39%

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 54.39%
G = 5.51%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D916A0 (or 0xD916A0) is known color: Medium Violet Red. HEX triplet: D9, 16 and A0. RGB value is (217,22,160). Sum of RGB (Red+Green+Blue) = 217+22+160=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D916A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916A0 is #26E95F. Grayscale: #5F5F5F. Windows color (decimal): -2550112 or 10491609. OLE color: 10491609.

HSL color Cylindrical-coordinate representation of color #D916A0: hue angle of 317.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916A0 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 22 160 -
CMYK 0 0.90 0.26 0.15
HSL 317.54º 0.82% 0.47% -
HSV(B) 317.54º 0.9% 0.85% -
XYZ 35.25 17.86 34.85 -
YUV 96.04 164.1 214.28 -
System Red Green Blue C M Y K H S L
Decimal 217 22 160 0 0.90 0.26 0.15 317.54 0.82 0.47
Hex D9 16 A0 0 5A 1A F 13E 52 2F
Octal 331 26 240 0 132 32 17 476 122 57
Binary 11011001 10110 10100000 0 1011010 11010 1111 100111110 1010010 101111

Color Harmonies of #D916A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D916A0

Black with #D916A0

Text Example


Text Example

White with #D916A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D916A0; }

 p { color: rgb(217,22,160); }

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

background-color css

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

 a { background-color: rgb(217,22,160); }

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

border-color css

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

 span { border-color: rgb(217,22,160); }

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