#D80E83

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

Shades of Medium Violet Red #D80E83

Tints of Medium Violet Red #D80E83

Color information

#D80E83 (or 0xD80E83) is unknown color: approx Medium Violet Red. HEX triplet: D8, 0E and 83. RGB value is (216,14,131). Sum of RGB (Red+Green+Blue) = 216+14+131=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 14 (5.86% from 255 or 3.88% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80E83 is #27F17C. Grayscale: #575757. Windows color (decimal): -2617725 or 8589016. OLE color: 8589016.

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

Color convert

RGB21614131-
CMYK00.940.390.15
HSL325.25º87.83%45.1%-
HSV(B)325.25º93.52%84.71%-
XYZ32.5716.5522.95-
YUV87.74152.42219.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 59.83%
GREEN value IS 14 (5.86% from 255) = 3.88%
BLUE value IS 131 (51.56% from 255) = 36.29%
R=59.83%
G=3.88%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161413100.940.390.15325.2587.8345.1
HexD8E8305E27F145582d
Octal330162030136471750513055
Binary110110001110100000110101111010011111111010001011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80E83; }

 p { color: rgb(216,14,131); }

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

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

 a { background-color: rgb(216,14,131); }

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

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

 span { border-color: rgb(216,14,131); }

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