#D490DD

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

Shades of Plum #D490DD

Tints of Plum #D490DD

Color information

#D490DD (or 0xD490DD) is unknown color: approx Plum. HEX triplet: D4, 90 and DD. RGB value is (212,144,221). Sum of RGB (Red+Green+Blue) = 212+144+221=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D490DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490DD is #2B6F22. Grayscale: #ACACAC. Windows color (decimal): -2846499 or 14520532. OLE color: 14520532.

HSL color Cylindrical-coordinate representation of color #D490DD: hue angle of 292.99º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D490DD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212144221-
CMYK0.040.3500.13
HSL292.99º53.1%71.57%-
HSV(B)292.99º34.84%86.67%-
XYZ50.1839.1673.32-
YUV173.11155.03155.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.74%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 221 (86.72% from 255) = 38.30%
R=36.74%
G=24.96%
B=38.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121442210.040.3500.13292.9953.171.57
HexD490DD4230D1253548
Octal32422033544301544565110
Binary110101001001000011011101100100011011011001001011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490DD; }

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

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

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

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

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

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

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

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