#D490D5

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

Shades of Plum #D490D5

Tints of Plum #D490D5

Color information

#D490D5 (or 0xD490D5) is unknown color: approx Plum. HEX triplet: D4, 90 and D5. RGB value is (212,144,213). Sum of RGB (Red+Green+Blue) = 212+144+213=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #D490D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490D5 is #2B6F2A. Grayscale: #ABABAB. Windows color (decimal): -2846507 or 13996244. OLE color: 13996244.

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

Color convert

RGB212144213-
CMYK0.000.3200.16
HSL299.13º45.1%70%-
HSV(B)299.13º32.39%83.53%-
XYZ49.1338.7567.84-
YUV172.2151.03156.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 144 (56.64% from 255) = 25.31%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=37.26%
G=25.31%
B=37.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2121442130.000.3200.16299.1345.170
HexD490D502001012b2d46
Octal32422032504002045355106
Binary11010100100100001101010101000000100001001010111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490D5; }

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

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

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

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

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

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

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

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