#DBA3E8

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

Shades of Plum #DBA3E8

Tints of Plum #DBA3E8

Color information

#DBA3E8 (or 0xDBA3E8) is unknown color: approx Plum. HEX triplet: DB, A3 and E8. RGB value is (219,163,232). Sum of RGB (Red+Green+Blue) = 219+163+232=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 232 (91.02% from 255 or 37.79% from 614); Max value from RGB is 232 - color contains mainly: blue. Hex color #DBA3E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3E8 is #245C17. Grayscale: #BBBBBB. Windows color (decimal): -2382872 or 15246299. OLE color: 15246299.

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

Color convert

RGB219163232-
CMYK0.060.3000.09
HSL288.7º60%77.45%-
HSV(B)288.7º29.74%90.98%-
XYZ56.8847.0882.43-
YUV187.61153.05150.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 163 (64.06% from 255) = 26.55%
BLUE value IS 232 (91.02% from 255) = 37.79%
R=35.67%
G=26.55%
B=37.79%

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
Decimal2191632320.060.3000.09288.76077.45
HexDBA3E861E091213c4d
Octal33324335063601144174115
Binary11011011101000111110100011011110010011001000011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3E8; }

 p { color: rgb(219,163,232); }

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

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

 a { background-color: rgb(219,163,232); }

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

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

 span { border-color: rgb(219,163,232); }

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