#D50D7F

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

Shades of Medium Violet Red #D50D7F

Tints of Medium Violet Red #D50D7F

Color information

#D50D7F (or 0xD50D7F) is unknown color: approx Medium Violet Red. HEX triplet: D5, 0D and 7F. RGB value is (213,13,127). Sum of RGB (Red+Green+Blue) = 213+13+127=353 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.34% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 213 - color contains mainly: red. Hex color #D50D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50D7F is #2AF280. Grayscale: #555555. Windows color (decimal): -2814593 or 8326613. OLE color: 8326613.

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

Color convert

RGB21313127-
CMYK00.940.400.16
HSL325.8º88.5%44.31%-
HSV(B)325.8º93.9%83.53%-
XYZ31.4215.9721.5-
YUV85.8151.26218.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 60.34%
GREEN value IS 13 (5.47% from 255) = 3.68%
BLUE value IS 127 (50% from 255) = 35.98%
R=60.34%
G=3.68%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131312700.940.400.16325.888.544.31
HexD5D7F05E2810146582c
Octal325151770136502050613054
Binary110101011101111111101011110101000100001010001101011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50D7F; }

 p { color: rgb(213,13,127); }

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

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

 a { background-color: rgb(213,13,127); }

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

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

 span { border-color: rgb(213,13,127); }

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