#D490D3

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

Shades of Plum #D490D3

Tints of Plum #D490D3

Color information

#D490D3 (or 0xD490D3) is unknown color: approx Plum. HEX triplet: D4, 90 and D3. RGB value is (212,144,211). Sum of RGB (Red+Green+Blue) = 212+144+211=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 212 - color contains mainly: red. Hex color #D490D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490D3 is #2B6F2C. Grayscale: #ABABAB. Windows color (decimal): -2846509 or 13865172. OLE color: 13865172.

HSL color Cylindrical-coordinate representation of color #D490D3: hue angle of 300.88º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490D3 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB212144211-
CMYK00.320.000.17
HSL300.88º44.16%69.8%-
HSV(B)300.88º32.08%83.14%-
XYZ48.8838.6566.51-
YUV171.97150.03156.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.39%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 211 (82.81% from 255) = 37.21%
R=37.39%
G=25.40%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214421100.320.000.17300.8844.1669.8
HexD490D302001112d2c46
Octal32422032304002145554106
Binary11010100100100001101001101000000100011001011011011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490D3; }

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

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

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

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

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

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

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

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