#D389DB

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

Shades of Plum #D389DB

Tints of Plum #D389DB

Color information

#D389DB (or 0xD389DB) is unknown color: approx Plum. HEX triplet: D3, 89 and DB. RGB value is (211,137,219). Sum of RGB (Red+Green+Blue) = 211+137+219=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D389DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DB is #2C7624. Grayscale: #A8A8A8. Windows color (decimal): -2913829 or 14387667. OLE color: 14387667.

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

Color convert

RGB211137219-
CMYK0.040.3700.14
HSL294.15º53.25%69.8%-
HSV(B)294.15º37.44%85.88%-
XYZ48.636.8571.57-
YUV168.47156.52158.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 37.21%
GREEN value IS 137 (53.91% from 255) = 24.16%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=37.21%
G=24.16%
B=38.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111372190.040.3700.14294.1553.2569.8
HexD389DB4250E1263546
Octal32321133344501644665106
Binary110100111000100111011011100100101011101001001101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D389DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D389DB; }

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

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

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

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

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

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

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

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