#D80186

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

Shades of Medium Violet Red #D80186

Tints of Medium Violet Red #D80186

Color information

#D80186 (or 0xD80186) is unknown color: approx Medium Violet Red. HEX triplet: D8, 01 and 86. RGB value is (216,1,134). Sum of RGB (Red+Green+Blue) = 216+1+134=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D80186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80186 is #27FE79. Grayscale: #505050. Windows color (decimal): -2621050 or 8782296. OLE color: 8782296.

HSL color Cylindrical-coordinate representation of color #D80186: hue angle of 322.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80186 is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB2161134-
CMYK01.000.380.15
HSL322.88º99.08%42.55%-
HSV(B)322.88º99.54%84.71%-
XYZ32.6316.3423.99-
YUV80.45158.23224.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 61.54%
GREEN value IS 1 (0.78% from 255) = 0.28%
BLUE value IS 134 (52.73% from 255) = 38.18%
R=61.54%
G=0.28%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216113401.000.380.15322.8899.0842.55
HexD818606426F143632b
Octal33012060144461750314353
Binary110110001100001100110010010011011111010000111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D80186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D80186; }

 p { color: rgb(216,1,134); }

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

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

 a { background-color: rgb(216,1,134); }

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

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

 span { border-color: rgb(216,1,134); }

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