#D390DA

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

Shades of Plum #D390DA

Tints of Plum #D390DA

Color information

#D390DA (or 0xD390DA) is unknown color: approx Plum. HEX triplet: D3, 90 and DA. RGB value is (211,144,218). Sum of RGB (Red+Green+Blue) = 211+144+218=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D390DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D390DA is #2C6F25. Grayscale: #ACACAC. Windows color (decimal): -2912038 or 14323923. OLE color: 14323923.

HSL color Cylindrical-coordinate representation of color #D390DA: hue angle of 294.32º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D390DA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB211144218-
CMYK0.030.3400.15
HSL294.32º50%70.98%-
HSV(B)294.32º33.94%85.49%-
XYZ49.4938.8671.22-
YUV172.47153.7155.48-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.82%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=36.82%
G=25.13%
B=38.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111442180.030.3400.15294.325070.98
HexD390DA3220F1263247
Octal32322033234201744662107
Binary11010011100100001101101011100010011111001001101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D390DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D390DA; }

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

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

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

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

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

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

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

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