#D90480

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

Shades of Medium Violet Red #D90480

Tints of Medium Violet Red #D90480

Color information

#D90480 (or 0xD90480) is unknown color: approx Medium Violet Red. HEX triplet: D9, 04 and 80. RGB value is (217,4,128). Sum of RGB (Red+Green+Blue) = 217+4+128=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D90480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90480 is #26FB7F. Grayscale: #515151. Windows color (decimal): -2554752 or 8389849. OLE color: 8389849.

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

Color convert

RGB2174128-
CMYK00.980.410.15
HSL325.07º96.38%43.33%-
HSV(B)325.07º98.16%85.1%-
XYZ32.5516.421.87-
YUV81.82154.07224.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 62.18%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=62.18%
G=1.15%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217412800.980.410.15325.0796.3843.33
HexD948006229F145602b
Octal33142000142511750514053
Binary11011001100100000000110001010100111111010001011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90480; }

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

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

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

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

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

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

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

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