#D389DA

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

Shades of Plum #D389DA

Tints of Plum #D389DA

Color information

#D389DA (or 0xD389DA) is unknown color: approx Plum. HEX triplet: D3, 89 and DA. RGB value is (211,137,218). Sum of RGB (Red+Green+Blue) = 211+137+218=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 218 - color contains mainly: blue. Hex color #D389DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DA is #2C7625. Grayscale: #A8A8A8. Windows color (decimal): -2913830 or 14322131. OLE color: 14322131.

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

Color convert

RGB211137218-
CMYK0.030.3700.15
HSL294.81º52.26%69.61%-
HSV(B)294.81º37.16%85.49%-
XYZ48.4636.870.88-
YUV168.36156.02158.41-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.28%
GREEN value IS 137 (53.91% from 255) = 24.20%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=37.28%
G=24.20%
B=38.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2111372180.030.3700.15294.8152.2669.61
HexD389DA3250F1273446
Octal32321133234501744764106
Binary11010011100010011101101011100101011111001001111101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389DA; }

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

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

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

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

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

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

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

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