#D290DD

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

Shades of Plum #D290DD

Tints of Plum #D290DD

Color information

#D290DD (or 0xD290DD) is unknown color: approx Plum. HEX triplet: D2, 90 and DD. RGB value is (210,144,221). Sum of RGB (Red+Green+Blue) = 210+144+221=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D290DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DD is #2D6F22. Grayscale: #ACACAC. Windows color (decimal): -2977571 or 14520530. OLE color: 14520530.

HSL color Cylindrical-coordinate representation of color #D290DD: hue angle of 291.43º 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 #D290DD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210144221-
CMYK0.050.3500.13
HSL291.43º53.1%71.57%-
HSV(B)291.43º34.84%86.67%-
XYZ49.638.8773.29-
YUV172.51155.37154.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.52%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=36.52%
G=25.04%
B=38.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101442210.050.3500.13291.4353.171.57
HexD290DD5230D1233548
Octal32222033554301544365110
Binary110100101001000011011101101100011011011001000111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290DD; }

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

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

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

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

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

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

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

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