#D51592

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

Shades of Medium Violet Red #D51592

Tints of Medium Violet Red #D51592

Color information

#D51592 (or 0xD51592) is unknown color: approx Medium Violet Red. HEX triplet: D5, 15 and 92. RGB value is (213,21,146). Sum of RGB (Red+Green+Blue) = 213+21+146=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 21 (8.59% from 255 or 5.53% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D51592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D51592 is #2AEA6D. Grayscale: #5C5C5C. Windows color (decimal): -2812526 or 9573845. OLE color: 9573845.

HSL color Cylindrical-coordinate representation of color #D51592: hue angle of 320.94º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D51592 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB21321146-
CMYK00.900.310.16
HSL320.94º82.05%45.88%-
HSV(B)320.94º90.14%83.53%-
XYZ32.916.7628.69-
YUV92.66158.11213.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 56.05%
GREEN value IS 21 (8.59% from 255) = 5.53%
BLUE value IS 146 (57.42% from 255) = 38.42%
R=56.05%
G=5.53%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132114600.900.310.16320.9482.0545.88
HexD5159205A1F10141522e
Octal325252220132372050112256
Binary1101010110101100100100101101011111100001010000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51592; }

 p { color: rgb(213,21,146); }

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

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

 a { background-color: rgb(213,21,146); }

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

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

 span { border-color: rgb(213,21,146); }

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