#d71c92

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

Shades of Medium Violet Red #D71C92

Tints of Medium Violet Red #D71C92

Color information

#D71C92 (or 0xD71C92) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1C and 92. RGB value is (215,28,146). Sum of RGB (Red+Green+Blue) = 215+28+146=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 146 (57.42% from 255 or 37.53% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C92 is #28E36D. Grayscale: #616161. Windows color (decimal): -2679662 or 9575639. OLE color: 9575639.

HSL color Cylindrical-coordinate representation of color #D71C92: hue angle of 322.14º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C92 is Cyan = 0, Magento = 0.87, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21528146-
CMYK00.870.320.16
HSL322.14º76.95%47.65%-
HSV(B)322.14º86.98%84.31%-
XYZ33.6317.3528.77-
YUV97.36155.45211.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 28 (11.33% from 255) = 7.20%
BLUE value IS 146 (57.42% from 255) = 37.53%
R=55.27%
G=7.20%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152814600.870.320.16322.1476.9547.65
HexD71C9205720101424d30
Octal327342220127402050211560
Binary11010111111001001001001010111100000100001010000101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d71c92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d71c92; }

 p { color: rgb(215,28,146); }

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

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

 a { background-color: rgb(215,28,146); }

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

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

 span { border-color: rgb(215,28,146); }

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