#D390DE

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

Shades of Plum #D390DE

Tints of Plum #D390DE

Color information

#D390DE (or 0xD390DE) is unknown color: approx Plum. HEX triplet: D3, 90 and DE. RGB value is (211,144,222). Sum of RGB (Red+Green+Blue) = 211+144+222=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #D390DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DE is #2C6F21. Grayscale: #ACACAC. Windows color (decimal): -2912034 or 14586067. OLE color: 14586067.

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

Color convert

RGB211144222-
CMYK0.050.3500.13
HSL291.54º54.17%71.76%-
HSV(B)291.54º35.14%87.06%-
XYZ50.0239.0774.01-
YUV172.92155.7155.16-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.57%
GREEN value IS 144 (56.64% from 255) = 24.96%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=36.57%
G=24.96%
B=38.47%

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
Decimal2111442220.050.3500.13291.5454.1771.76
HexD390DE5230D1243648
Octal32322033654301544466110
Binary110100111001000011011110101100011011011001001001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390DE; }

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

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

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

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

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

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

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

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