#D390DC

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

Shades of Plum #D390DC

Tints of Plum #D390DC

Color information

#D390DC (or 0xD390DC) is unknown color: approx Plum. HEX triplet: D3, 90 and DC. RGB value is (211,144,220). Sum of RGB (Red+Green+Blue) = 211+144+220=575 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.70% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D390DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DC is #2C6F23. Grayscale: #ACACAC. Windows color (decimal): -2912036 or 14454995. OLE color: 14454995.

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

Color convert

RGB211144220-
CMYK0.040.3500.14
HSL292.89º52.05%71.37%-
HSV(B)292.89º34.55%86.27%-
XYZ49.7638.9672.61-
YUV172.7154.7155.32-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.70%
GREEN value IS 144 (56.64% from 255) = 25.04%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=36.70%
G=25.04%
B=38.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111442200.040.3500.14292.8952.0571.37
HexD390DC4230E1253447
Octal32322033444301644564107
Binary110100111001000011011100100100011011101001001011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390DC; }

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

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

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

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

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

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

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

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