#D90E78

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

Shades of Medium Violet Red #D90E78

Tints of Medium Violet Red #D90E78

Color information

#D90E78 (or 0xD90E78) is unknown color: approx Medium Violet Red. HEX triplet: D9, 0E and 78. RGB value is (217,14,120). Sum of RGB (Red+Green+Blue) = 217+14+120=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E78 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E78 is #26F187. Grayscale: #565656. Windows color (decimal): -2552200 or 7868121. OLE color: 7868121.

HSL color Cylindrical-coordinate representation of color #D90E78: hue angle of 328.67º 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 #D90E78 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB21714120-
CMYK00.940.450.15
HSL328.67º87.88%45.29%-
HSV(B)328.67º93.55%85.1%-
XYZ32.1616.4219.24-
YUV86.78146.75220.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 14 (5.86% from 255) = 3.99%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=61.82%
G=3.99%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171412000.940.450.15328.6787.8845.29
HexD9E7805E2DF149582d
Octal331161700136551751113055
Binary11011001111011110000101111010110111111010010011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90E78; }

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

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

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

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

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

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

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

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