#d71896

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

Shades of Medium Violet Red #D71896

Tints of Medium Violet Red #D71896

Color information

#D71896 (or 0xD71896) is unknown color: approx Medium Violet Red. HEX triplet: D7, 18 and 96. RGB value is (215,24,150). Sum of RGB (Red+Green+Blue) = 215+24+150=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D71896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71896 is #28E769. Grayscale: #5F5F5F. Windows color (decimal): -2680682 or 9836759. OLE color: 9836759.

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

Color convert

RGB21524150-
CMYK00.890.300.16
HSL320.42º79.92%46.86%-
HSV(B)320.42º88.84%84.31%-
XYZ33.8617.330.41-
YUV95.47158.78213.25-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 24 (9.77% from 255) = 6.17%
BLUE value IS 150 (58.98% from 255) = 38.56%
R=55.27%
G=6.17%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152415000.890.300.16320.4279.9246.86
HexD718960591E10140502f
Octal327302260131362050012057
Binary1101011111000100101100101100111110100001010000001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d71896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d71896; }

 p { color: rgb(215,24,150); }

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

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

 a { background-color: rgb(215,24,150); }

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

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

 span { border-color: rgb(215,24,150); }

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