#D50E95

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

Shades of Medium Violet Red #D50E95

Tints of Medium Violet Red #D50E95

Color information

#D50E95 (or 0xD50E95) is unknown color: approx Medium Violet Red. HEX triplet: D5, 0E and 95. RGB value is (213,14,149). Sum of RGB (Red+Green+Blue) = 213+14+149=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 14 (5.86% from 255 or 3.72% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E95 is #2AF16A. Grayscale: #585858. Windows color (decimal): -2814315 or 9768661. OLE color: 9768661.

HSL color Cylindrical-coordinate representation of color #D50E95: hue angle of 319.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D50E95 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21314149-
CMYK00.930.300.16
HSL319.3º87.67%44.51%-
HSV(B)319.3º93.43%83.53%-
XYZ33.0216.6329.9-
YUV88.89161.93216.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.65%
GREEN value IS 14 (5.86% from 255) = 3.72%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=56.65%
G=3.72%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131414900.930.300.16319.387.6744.51
HexD5E9505D1E1013f582d
Octal325162250135362047713055
Binary110101011110100101010101110111110100001001111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E95; }

 p { color: rgb(213,14,149); }

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

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

 a { background-color: rgb(213,14,149); }

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

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

 span { border-color: rgb(213,14,149); }

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