#D90482

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

Shades of Medium Violet Red #D90482

Tints of Medium Violet Red #D90482

Color information

#D90482 (or 0xD90482) is unknown color: approx Medium Violet Red. HEX triplet: D9, 04 and 82. RGB value is (217,4,130). Sum of RGB (Red+Green+Blue) = 217+4+130=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D90482 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90482 is #26FB7D. Grayscale: #515151. Windows color (decimal): -2554750 or 8520921. OLE color: 8520921.

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

Color convert

RGB2174130-
CMYK00.980.400.15
HSL324.51º96.38%43.33%-
HSV(B)324.51º98.16%85.1%-
XYZ32.6916.4522.57-
YUV82.05155.07224.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 61.82%
GREEN value IS 4 (1.95% from 255) = 1.14%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=61.82%
G=1.14%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217413000.980.400.15324.5196.3843.33
HexD948206228F145602b
Octal33142020142501750514053
Binary11011001100100000100110001010100011111010001011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90482; }

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

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

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

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

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

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

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

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