#DBA4E9

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

Shades of Plum #DBA4E9

Tints of Plum #DBA4E9

Color information

#DBA4E9 (or 0xDBA4E9) is unknown color: approx Plum. HEX triplet: DB, A4 and E9. RGB value is (219,164,233). Sum of RGB (Red+Green+Blue) = 219+164+233=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 164 (64.45% from 255 or 26.62% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA4E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4E9 is #245B16. Grayscale: #BCBCBC. Windows color (decimal): -2382615 or 15312091. OLE color: 15312091.

HSL color Cylindrical-coordinate representation of color #DBA4E9: hue angle of 287.83º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA4E9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219164233-
CMYK0.060.3000.09
HSL287.83º61.06%77.84%-
HSV(B)287.83º29.61%91.37%-
XYZ57.247.4983.24-
YUV188.31153.22149.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 164 (64.45% from 255) = 26.62%
BLUE value IS 233 (91.41% from 255) = 37.82%
R=35.55%
G=26.62%
B=37.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191642330.060.3000.09287.8361.0677.84
HexDBA4E961E091203d4e
Octal33324435163601144075116
Binary11011011101001001110100111011110010011001000001111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4E9; }

 p { color: rgb(219,164,233); }

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

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

 a { background-color: rgb(219,164,233); }

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

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

 span { border-color: rgb(219,164,233); }

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