#DBA1EC

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

Shades of Plum #DBA1EC

Tints of Plum #DBA1EC

Color information

#DBA1EC (or 0xDBA1EC) is unknown color: approx Plum. HEX triplet: DB, A1 and EC. RGB value is (219,161,236). Sum of RGB (Red+Green+Blue) = 219+161+236=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 161 (63.28% from 255 or 26.14% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #DBA1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA1EC is #245E13. Grayscale: #BABABA. Windows color (decimal): -2383380 or 15507931. OLE color: 15507931.

HSL color Cylindrical-coordinate representation of color #DBA1EC: hue angle of 286.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBA1EC is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219161236-
CMYK0.070.3200.07
HSL286.4º66.37%77.84%-
HSV(B)286.4º31.78%92.55%-
XYZ57.146.6185.34-
YUV186.89155.72150.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.55%
GREEN value IS 161 (63.28% from 255) = 26.14%
BLUE value IS 236 (92.58% from 255) = 38.31%
R=35.55%
G=26.14%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191612360.070.3200.07286.466.3777.84
HexDBA1EC7200711e424e
Octal33324135474007436102116
Binary110110111010000111101100111100000011110001111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1EC; }

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

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

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

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

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

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

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

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