Html Css Color HEX #D80977 Medium Violet Red

📋 copy color: '#D80977'

red 216 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #D80977

Tints of Medium Violet Red #D80977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.59%

R = 62.79%
G = 2.62%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80977 (or 0xD80977) is known color: Medium Violet Red. HEX triplet: D8, 09 and 77. RGB value is (216,9,119). Sum of RGB (Red+Green+Blue) = 216+9+119=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 9 (3.91% from 255 or 2.62% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D80977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80977 is #27F688. Grayscale: #535353. Windows color (decimal): -2619017 or 7801304. OLE color: 7801304.

HSL color Cylindrical-coordinate representation of color #D80977: hue angle of 328.12º 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 #D80977 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 119 -
CMYK 0 0.96 0.45 0.15
HSL 328.12º 0.92% 0.44% -
HSV(B) 328.12º 0.96% 0.85% -
XYZ 31.75 16.13 18.89 -
YUV 83.43 148.08 222.56 -
System Red Green Blue C M Y K H S L
Decimal 216 9 119 0 0.96 0.45 0.15 328.12 0.92 0.44
Hex D8 9 77 0 60 2D F 148 5C 2C
Octal 330 11 167 0 140 55 17 510 134 54
Binary 11011000 1001 1110111 0 1100000 101101 1111 101001000 1011100 101100

Color Harmonies of #D80977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80977

Black with #D80977

Text Example


Text Example

White with #D80977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80977; }

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

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

background-color css

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

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

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

border-color css

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

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

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