#D50E96

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

Shades of Medium Violet Red #D50E96

Tints of Medium Violet Red #D50E96

Color information

#D50E96 (or 0xD50E96) is unknown color: approx Medium Violet Red. HEX triplet: D5, 0E and 96. RGB value is (213,14,150). Sum of RGB (Red+Green+Blue) = 213+14+150=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D50E96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50E96 is #2AF169. Grayscale: #585858. Windows color (decimal): -2814314 or 9834197. OLE color: 9834197.

HSL color Cylindrical-coordinate representation of color #D50E96: hue angle of 318.99º 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 #D50E96 is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB21314150-
CMYK00.930.300.16
HSL318.99º87.67%44.51%-
HSV(B)318.99º93.43%83.53%-
XYZ33.116.6630.33-
YUV89162.43216.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.50%
GREEN value IS 14 (5.86% from 255) = 3.71%
BLUE value IS 150 (58.98% from 255) = 39.79%
R=56.50%
G=3.71%
B=39.79%

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
Decimal2131415000.930.300.16318.9987.6744.51
HexD5E9605D1E1013f582d
Octal325162260135362047713055
Binary110101011110100101100101110111110100001001111111011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50E96; }

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

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

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

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

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

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

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

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