#D80782

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

Shades of Medium Violet Red #D80782

Tints of Medium Violet Red #D80782

Color information

#D80782 (or 0xD80782) is unknown color: approx Medium Violet Red. HEX triplet: D8, 07 and 82. RGB value is (216,7,130). Sum of RGB (Red+Green+Blue) = 216+7+130=353 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.19% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 216 - color contains mainly: red. Hex color #D80782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80782 is #27F87D. Grayscale: #535353. Windows color (decimal): -2619518 or 8521688. OLE color: 8521688.

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

Color convert

RGB2167130-
CMYK00.970.400.15
HSL324.69º93.72%43.73%-
HSV(B)324.69º96.76%84.71%-
XYZ32.4216.3622.57-
YUV83.51154.24222.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.19%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 130 (51.17% from 255) = 36.83%
R=61.19%
G=1.98%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216713000.970.400.15324.6993.7243.73
HexD878206128F1455e2c
Octal33072020141501750513654
Binary11011000111100000100110000110100011111010001011011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80782; }

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

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

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

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

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

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

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

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