#D80C78

Color #D80C78 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D80C78

Tints of Medium Violet Red #D80C78

Color information

#D80C78 (or 0xD80C78) is unknown color: approx Medium Violet Red. HEX triplet: D8, 0C and 78. RGB value is (216,12,120). Sum of RGB (Red+Green+Blue) = 216+12+120=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80C78 is #27F387. Grayscale: #555555. Windows color (decimal): -2618248 or 7867608. OLE color: 7867608.

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

Color convert

RGB21612120-
CMYK00.940.440.15
HSL328.24º89.47%44.71%-
HSV(B)328.24º94.44%84.71%-
XYZ31.8416.2219.22-
YUV85.31147.59221.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 62.07%
GREEN value IS 12 (5.08% from 255) = 3.45%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=62.07%
G=3.45%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161212000.940.440.15328.2489.4744.71
HexD8C7805E2CF148592d
Octal330141700136541751013155
Binary11011000110011110000101111010110011111010010001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80C78; }

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

 H1.HeaderClassName
 {
   color: #D80C78;
 }
 .AnyTagClassName
 {
   color: #D80C78;
 }
</style>
background-color css

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

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

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

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

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

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