#D71594

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

Shades of Medium Violet Red #D71594

Tints of Medium Violet Red #D71594

Color information

#D71594 (or 0xD71594) is unknown color: approx Medium Violet Red. HEX triplet: D7, 15 and 94. RGB value is (215,21,148). Sum of RGB (Red+Green+Blue) = 215+21+148=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D71594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71594 is #28EA6B. Grayscale: #5D5D5D. Windows color (decimal): -2681452 or 9704919. OLE color: 9704919.

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

Color convert

RGB21521148-
CMYK00.900.310.16
HSL320.72º82.2%46.27%-
HSV(B)320.72º90.23%84.31%-
XYZ33.6417.1229.55-
YUV93.48158.77214.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.99%
GREEN value IS 21 (8.59% from 255) = 5.47%
BLUE value IS 148 (58.20% from 255) = 38.54%
R=55.99%
G=5.47%
B=38.54%

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
Decimal2152114800.900.310.16320.7282.246.27
HexD7159405A1F10141522e
Octal327252240132372050112256
Binary1101011110101100101000101101011111100001010000011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71594; }

 p { color: rgb(215,21,148); }

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

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

 a { background-color: rgb(215,21,148); }

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

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

 span { border-color: rgb(215,21,148); }

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