Html Css Color HEX #D80C76 Medium Violet Red

📋 copy color: '#D80C76'

red 216 ◦ green 12 ◦ blue 118

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

Shades of Medium Violet Red #D80C76

Tints of Medium Violet Red #D80C76

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.47%

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

R = 62.43%
G = 3.47%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80C76 (or 0xD80C76) is known color: Medium Violet Red. HEX triplet: D8, 0C and 76. RGB value is (216,12,118). Sum of RGB (Red+Green+Blue) = 216+12+118=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C76 is #27F389. Grayscale: #545454. Windows color (decimal): -2618250 or 7736536. OLE color: 7736536.

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

Color convert

RGB 216 12 118 -
CMYK 0 0.94 0.45 0.15
HSL 328.82º 0.89% 0.45% -
HSV(B) 328.82º 0.94% 0.85% -
XYZ 31.72 16.17 18.59 -
YUV 85.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 216 12 118 0 0.94 0.45 0.15 328.82 0.89 0.45
Hex D8 C 76 0 5E 2D F 149 59 2D
Octal 330 14 166 0 136 55 17 511 131 55
Binary 11011000 1100 1110110 0 1011110 101101 1111 101001001 1011001 101101

Color Harmonies of #D80C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C76

Black with #D80C76

Text Example


Text Example

White with #D80C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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