#D390DD

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

Shades of Plum #D390DD

Tints of Plum #D390DD

Color information

#D390DD (or 0xD390DD) is unknown color: approx Plum. HEX triplet: D3, 90 and DD. RGB value is (211,144,221). Sum of RGB (Red+Green+Blue) = 211+144+221=576 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.63% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D390DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DD is #2C6F22. Grayscale: #ACACAC. Windows color (decimal): -2912035 or 14520531. OLE color: 14520531.

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

Color convert

RGB211144221-
CMYK0.050.3500.13
HSL292.21º53.1%71.57%-
HSV(B)292.21º34.84%86.67%-
XYZ49.8939.0273.31-
YUV172.81155.2155.24-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.63%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=36.63%
G=25%
B=38.37%

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
Decimal2111442210.050.3500.13292.2153.171.57
HexD390DD5230D1243548
Octal32322033554301544465110
Binary110100111001000011011101101100011011011001001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390DD; }

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

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

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

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

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

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

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

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