#D90E76

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

Shades of Medium Violet Red #D90E76

Tints of Medium Violet Red #D90E76

Color information

#D90E76 (or 0xD90E76) is unknown color: approx Medium Violet Red. HEX triplet: D9, 0E and 76. RGB value is (217,14,118). Sum of RGB (Red+Green+Blue) = 217+14+118=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 14 (5.86% from 255 or 4.01% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E76 is #26F189. Grayscale: #565656. Windows color (decimal): -2552202 or 7737049. OLE color: 7737049.

HSL color Cylindrical-coordinate representation of color #D90E76: hue angle of 329.26º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E76 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21714118-
CMYK00.940.460.15
HSL329.26º87.88%45.29%-
HSV(B)329.26º93.55%85.1%-
XYZ32.0416.3718.61-
YUV86.55145.75221.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 14 (5.86% from 255) = 4.01%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=62.18%
G=4.01%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171411800.940.460.15329.2687.8845.29
HexD9E7605E2EF149582d
Octal331161660136561751113055
Binary11011001111011101100101111010111011111010010011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90E76; }

 p { color: rgb(217,14,118); }

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

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

 a { background-color: rgb(217,14,118); }

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

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

 span { border-color: rgb(217,14,118); }

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