#D290DB

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

Shades of Plum #D290DB

Tints of Plum #D290DB

Color information

#D290DB (or 0xD290DB) is unknown color: approx Plum. HEX triplet: D2, 90 and DB. RGB value is (210,144,219). Sum of RGB (Red+Green+Blue) = 210+144+219=573 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.65% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D290DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DB is #2D6F24. Grayscale: #ACACAC. Windows color (decimal): -2977573 or 14389458. OLE color: 14389458.

HSL color Cylindrical-coordinate representation of color #D290DB: hue angle of 292.8º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D290DB is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB210144219-
CMYK0.040.3400.14
HSL292.8º51.02%71.18%-
HSV(B)292.8º34.25%85.88%-
XYZ49.3438.7671.9-
YUV172.28154.37154.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.65%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=36.65%
G=25.13%
B=38.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2101442190.040.3400.14292.851.0271.18
HexD290DB4220E1253347
Octal32222033344201644563107
Binary110100101001000011011011100100010011101001001011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290DB; }

 p { color: rgb(210,144,219); }

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

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

 a { background-color: rgb(210,144,219); }

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

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

 span { border-color: rgb(210,144,219); }

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