#D50C90

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

Shades of Medium Violet Red #D50C90

Tints of Medium Violet Red #D50C90

Color information

#D50C90 (or 0xD50C90) is unknown color: approx Medium Violet Red. HEX triplet: D5, 0C and 90. RGB value is (213,12,144). Sum of RGB (Red+Green+Blue) = 213+12+144=369 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.72% from 369); Green value is 12 (5.08% from 255 or 3.25% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 213 - color contains mainly: red. Hex color #D50C90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50C90 is #2AF36F. Grayscale: #565656. Windows color (decimal): -2814832 or 9440469. OLE color: 9440469.

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

Color convert

RGB21312144-
CMYK00.940.320.16
HSL320.6º89.33%44.12%-
HSV(B)320.6º94.37%83.53%-
XYZ32.6116.4227.84-
YUV87.15160.09217.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 57.72%
GREEN value IS 12 (5.08% from 255) = 3.25%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=57.72%
G=3.25%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131214400.940.320.16320.689.3344.12
HexD5C9005E2010141592c
Octal325142200136402050113154
Binary1101010111001001000001011110100000100001010000011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50C90; }

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

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

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

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

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

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

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

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