#D51A75

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

Shades of Medium Violet Red #D51A75

Tints of Medium Violet Red #D51A75

Color information

#D51A75 (or 0xD51A75) is unknown color: approx Medium Violet Red. HEX triplet: D5, 1A and 75. RGB value is (213,26,117). Sum of RGB (Red+Green+Blue) = 213+26+117=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D51A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D51A75 is #2AE58A. Grayscale: #5C5C5C. Windows color (decimal): -2811275 or 7674581. OLE color: 7674581.

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

Color convert

RGB21326117-
CMYK00.880.450.16
HSL330.8º78.24%46.86%-
HSV(B)330.8º87.79%83.53%-
XYZ31.0216.1718.32-
YUV92.29141.95214.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 117 (46.09% from 255) = 32.87%
R=59.83%
G=7.30%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132611700.880.450.16330.878.2446.86
HexD51A750582D1014b4e2f
Octal325321650130552051311657
Binary1101010111010111010101011000101101100001010010111001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51A75; }

 p { color: rgb(213,26,117); }

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

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

 a { background-color: rgb(213,26,117); }

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

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

 span { border-color: rgb(213,26,117); }

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