#D71E9A

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

Shades of Medium Violet Red #D71E9A

Tints of Medium Violet Red #D71E9A

Color information

#D71E9A (or 0xD71E9A) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1E and 9A. RGB value is (215,30,154). Sum of RGB (Red+Green+Blue) = 215+30+154=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E9A is #28E165. Grayscale: #636363. Windows color (decimal): -2679142 or 10100439. OLE color: 10100439.

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

Color convert

RGB21530154-
CMYK00.860.280.16
HSL319.78º75.51%48.04%-
HSV(B)319.78º86.05%84.31%-
XYZ34.3217.7132.18-
YUV99.45158.79210.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 53.88%
GREEN value IS 30 (12.11% from 255) = 7.52%
BLUE value IS 154 (60.55% from 255) = 38.60%
R=53.88%
G=7.52%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2153015400.860.280.16319.7875.5148.04
HexD71E9A0561C101404c30
Octal327362320126342050011460
Binary1101011111110100110100101011011100100001010000001001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71E9A; }

 p { color: rgb(215,30,154); }

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

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

 a { background-color: rgb(215,30,154); }

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

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

 span { border-color: rgb(215,30,154); }

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