#D81EA0

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

Shades of Medium Violet Red #D81EA0

Tints of Medium Violet Red #D81EA0

Color information

#D81EA0 (or 0xD81EA0) is unknown color: approx Medium Violet Red. HEX triplet: D8, 1E and A0. RGB value is (216,30,160). Sum of RGB (Red+Green+Blue) = 216+30+160=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81EA0 is #27E15F. Grayscale: #646464. Windows color (decimal): -2613600 or 10493656. OLE color: 10493656.

HSL color Cylindrical-coordinate representation of color #D81EA0: hue angle of 318.06º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EA0 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB21630160-
CMYK00.860.260.15
HSL318.06º75.61%48.24%-
HSV(B)318.06º86.11%84.71%-
XYZ35.1318.0734.89-
YUV100.43161.62210.43-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 30 (12.11% from 255) = 7.39%
BLUE value IS 160 (62.89% from 255) = 39.41%
R=53.20%
G=7.39%
B=39.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2163016000.860.260.15318.0675.6148.24
HexD81EA00561AF13e4c30
Octal330362400126321747611460
Binary110110001111010100000010101101101011111001111101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D81EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D81EA0; }

 p { color: rgb(216,30,160); }

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

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

 a { background-color: rgb(216,30,160); }

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

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

 span { border-color: rgb(216,30,160); }

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