Html Css Color HEX #D80876 Medium Violet Red

📋 copy color: '#D80876'

red 216 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #D80876

Tints of Medium Violet Red #D80876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.34%

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

R = 63.16%
G = 2.34%
B = 34.5%

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

#D80876 (or 0xD80876) is known color: Medium Violet Red. HEX triplet: D8, 08 and 76. RGB value is (216,8,118). Sum of RGB (Red+Green+Blue) = 216+8+118=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D80876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80876 is #27F789. Grayscale: #525252. Windows color (decimal): -2619274 or 7735512. OLE color: 7735512.

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

Color convert

RGB 216 8 118 -
CMYK 0 0.96 0.45 0.15
HSL 328.27º 0.93% 0.44% -
HSV(B) 328.27º 0.96% 0.85% -
XYZ 31.68 16.08 18.57 -
YUV 82.73 147.91 223.06 -
System Red Green Blue C M Y K H S L
Decimal 216 8 118 0 0.96 0.45 0.15 328.27 0.93 0.44
Hex D8 8 76 0 60 2D F 148 5D 2C
Octal 330 10 166 0 140 55 17 510 135 54
Binary 11011000 1000 1110110 0 1100000 101101 1111 101001000 1011101 101100

Color Harmonies of #D80876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80876

Black with #D80876

Text Example


Text Example

White with #D80876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80876; }

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

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

background-color css

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

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

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

border-color css

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

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

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