#D90390

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

Shades of Medium Violet Red #D90390

Tints of Medium Violet Red #D90390

Color information

#D90390 (or 0xD90390) is unknown color: approx Medium Violet Red. HEX triplet: D9, 03 and 90. RGB value is (217,3,144). Sum of RGB (Red+Green+Blue) = 217+3+144=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D90390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90390 is #26FC6F. Grayscale: #525252. Windows color (decimal): -2554992 or 9438169. OLE color: 9438169.

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

Color convert

RGB2173144-
CMYK00.990.340.15
HSL320.47º97.27%43.14%-
HSV(B)320.47º98.62%85.1%-
XYZ33.6816.8327.86-
YUV83.06162.4223.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 59.62%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=59.62%
G=0.82%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217314400.990.340.15320.4797.2743.14
HexD939006322F140612b
Octal33132200143421750014153
Binary1101100111100100000110001110001011111010000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90390; }

 p { color: rgb(217,3,144); }

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

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

 a { background-color: rgb(217,3,144); }

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

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

 span { border-color: rgb(217,3,144); }

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