#D90680

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

Shades of Medium Violet Red #D90680

Tints of Medium Violet Red #D90680

Color information

#D90680 (or 0xD90680) is unknown color: approx Medium Violet Red. HEX triplet: D9, 06 and 80. RGB value is (217,6,128). Sum of RGB (Red+Green+Blue) = 217+6+128=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D90680 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90680 is #26F97F. Grayscale: #525252. Windows color (decimal): -2554240 or 8390361. OLE color: 8390361.

HSL color Cylindrical-coordinate representation of color #D90680: hue angle of 325.31º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90680 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB2176128-
CMYK00.970.410.15
HSL325.31º94.62%43.73%-
HSV(B)325.31º97.24%85.1%-
XYZ32.5816.4421.88-
YUV83153.4223.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 6 (2.73% from 255) = 1.71%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=61.82%
G=1.71%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217612800.970.410.15325.3194.6243.73
HexD968006129F1455f2c
Octal33162000141511750513754
Binary11011001110100000000110000110100111111010001011011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90680; }

 p { color: rgb(217,6,128); }

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

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

 a { background-color: rgb(217,6,128); }

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

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

 span { border-color: rgb(217,6,128); }

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