Html Css Color HEX #D80776 Medium Violet Red

📋 copy color: '#D80776'

red 216 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #D80776

Tints of Medium Violet Red #D80776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.05%

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

R = 63.34%
G = 2.05%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80776 (or 0xD80776) is known color: Medium Violet Red. HEX triplet: D8, 07 and 76. RGB value is (216,7,118). Sum of RGB (Red+Green+Blue) = 216+7+118=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D80776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80776 is #27F889. Grayscale: #515151. Windows color (decimal): -2619530 or 7735256. OLE color: 7735256.

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

Color convert

RGB 216 7 118 -
CMYK 0 0.97 0.45 0.15
HSL 328.13º 0.94% 0.44% -
HSV(B) 328.13º 0.97% 0.85% -
XYZ 31.66 16.06 18.57 -
YUV 82.15 148.24 223.47 -
System Red Green Blue C M Y K H S L
Decimal 216 7 118 0 0.97 0.45 0.15 328.13 0.94 0.44
Hex D8 7 76 0 61 2D F 148 5E 2C
Octal 330 7 166 0 141 55 17 510 136 54
Binary 11011000 111 1110110 0 1100001 101101 1111 101001000 1011110 101100

Color Harmonies of #D80776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80776

Black with #D80776

Text Example


Text Example

White with #D80776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80776; }

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

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

background-color css

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

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

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

border-color css

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

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

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