#DBA1E9

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

Shades of Plum #DBA1E9

Tints of Plum #DBA1E9

Color information

#DBA1E9 (or 0xDBA1E9) is unknown color: approx Plum. HEX triplet: DB, A1 and E9. RGB value is (219,161,233). Sum of RGB (Red+Green+Blue) = 219+161+233=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 161 (63.28% from 255 or 26.26% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #DBA1E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1E9 is #245E16. Grayscale: #BABABA. Windows color (decimal): -2383383 or 15311323. OLE color: 15311323.

HSL color Cylindrical-coordinate representation of color #DBA1E9: hue angle of 288.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA1E9 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB219161233-
CMYK0.060.3100.09
HSL288.33º62.07%77.25%-
HSV(B)288.33º30.9%91.37%-
XYZ56.6746.4383.07-
YUV186.55154.22151.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 161 (63.28% from 255) = 26.26%
BLUE value IS 233 (91.41% from 255) = 38.01%
R=35.73%
G=26.26%
B=38.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2191612330.060.3100.09288.3362.0777.25
HexDBA1E961F091203e4d
Octal33324135163701144076115
Binary11011011101000011110100111011111010011001000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1E9; }

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

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

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

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

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

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

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

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