#D50C99

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

Shades of Medium Violet Red #D50C99

Tints of Medium Violet Red #D50C99

Color information

#D50C99 (or 0xD50C99) is unknown color: approx Medium Violet Red. HEX triplet: D5, 0C and 99. RGB value is (213,12,153). Sum of RGB (Red+Green+Blue) = 213+12+153=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 12 (5.08% from 255 or 3.17% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C99 is #2AF366. Grayscale: #575757. Windows color (decimal): -2814823 or 10030293. OLE color: 10030293.

HSL color Cylindrical-coordinate representation of color #D50C99: hue angle of 317.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50C99 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21312153-
CMYK00.940.280.16
HSL317.91º89.33%44.12%-
HSV(B)317.91º94.37%83.53%-
XYZ33.3216.7131.61-
YUV88.17164.59217.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.35%
GREEN value IS 12 (5.08% from 255) = 3.17%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=56.35%
G=3.17%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131215300.940.280.16317.9189.3344.12
HexD5C9905E1C1013e592c
Octal325142310136342047613154
Binary110101011100100110010101111011100100001001111101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50C99; }

 p { color: rgb(213,12,153); }

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

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

 a { background-color: rgb(213,12,153); }

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

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

 span { border-color: rgb(213,12,153); }

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