Html Css Color HEX #D80997 Medium Violet Red

📋 copy color: '#D80997'

red 216 ◦ green 9 ◦ blue 151

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

Shades of Medium Violet Red #D80997

Tints of Medium Violet Red #D80997

RGB

 RED value IS 216 (84.77% from 255) = 57.45%

 GREEN value IS 9 (3.91% from 255) = 2.39%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 57.45%
G = 2.39%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80997 (or 0xD80997) is known color: Medium Violet Red. HEX triplet: D8, 09 and 97. RGB value is (216,9,151). Sum of RGB (Red+Green+Blue) = 216+9+151=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 9 (3.91% from 255 or 2.39% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D80997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80997 is #27F668. Grayscale: #565656. Windows color (decimal): -2618985 or 9898456. OLE color: 9898456.

HSL color Cylindrical-coordinate representation of color #D80997: hue angle of 318.84º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80997 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 151 -
CMYK 0 0.96 0.30 0.15
HSL 318.84º 0.92% 0.44% -
HSV(B) 318.84º 0.96% 0.85% -
XYZ 34 17.03 30.77 -
YUV 87.08 164.08 219.95 -
System Red Green Blue C M Y K H S L
Decimal 216 9 151 0 0.96 0.30 0.15 318.84 0.92 0.44
Hex D8 9 97 0 60 1E F 13F 5C 2C
Octal 330 11 227 0 140 36 17 477 134 54
Binary 11011000 1001 10010111 0 1100000 11110 1111 100111111 1011100 101100

Color Harmonies of #D80997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80997

Black with #D80997

Text Example


Text Example

White with #D80997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80997; }

 p { color: rgb(216,9,151); }

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

background-color css

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

 a { background-color: rgb(216,9,151); }

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

border-color css

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

 span { border-color: rgb(216,9,151); }

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