Html Css Color HEX #D80976 Medium Violet Red

📋 copy color: '#D80976'

red 216 ◦ green 9 ◦ blue 118

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

Shades of Medium Violet Red #D80976

Tints of Medium Violet Red #D80976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 62.97%
G = 2.62%
B = 34.4%

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

#D80976 (or 0xD80976) is known color: Medium Violet Red. HEX triplet: D8, 09 and 76. RGB value is (216,9,118). Sum of RGB (Red+Green+Blue) = 216+9+118=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 9 (3.91% from 255 or 2.62% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D80976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80976 is #27F689. Grayscale: #535353. Windows color (decimal): -2619018 or 7735768. OLE color: 7735768.

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

Color convert

RGB 216 9 118 -
CMYK 0 0.96 0.45 0.15
HSL 328.41º 0.92% 0.44% -
HSV(B) 328.41º 0.96% 0.85% -
XYZ 31.69 16.1 18.58 -
YUV 83.32 147.58 222.64 -
System Red Green Blue C M Y K H S L
Decimal 216 9 118 0 0.96 0.45 0.15 328.41 0.92 0.44
Hex D8 9 76 0 60 2D F 148 5C 2C
Octal 330 11 166 0 140 55 17 510 134 54
Binary 11011000 1001 1110110 0 1100000 101101 1111 101001000 1011100 101100

Color Harmonies of #D80976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80976

Black with #D80976

Text Example


Text Example

White with #D80976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80976; }

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

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

background-color css

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

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

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

border-color css

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

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

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