#d490d8

Color #D490D8 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D490D8

Tints of Plum #D490D8

Color information

#D490D8 (or 0xD490D8) is unknown color: approx Plum. HEX triplet: D4, 90 and D8. RGB value is (212,144,216). Sum of RGB (Red+Green+Blue) = 212+144+216=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D490D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490D8 is #2B6F27. Grayscale: #ACACAC. Windows color (decimal): -2846504 or 14192852. OLE color: 14192852.

HSL color Cylindrical-coordinate representation of color #D490D8: hue angle of 296.67º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D490D8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB212144216-
CMYK0.020.3300.15
HSL296.67º48%70.59%-
HSV(B)296.67º33.33%84.71%-
XYZ49.5238.969.86-
YUV172.54152.53156.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 144 (56.64% from 255) = 25.17%
BLUE value IS 216 (84.77% from 255) = 37.76%
R=37.06%
G=25.17%
B=37.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121442160.020.3300.15296.674870.59
HexD490D82210F1293047
Octal32422033024101745160107
Binary11010100100100001101100010100001011111001010011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d490d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d490d8; }

 p { color: rgb(212,144,216); }

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

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

 a { background-color: rgb(212,144,216); }

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

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

 span { border-color: rgb(212,144,216); }

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