#DBA3EB

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

Shades of Plum #DBA3EB

Tints of Plum #DBA3EB

Color information

#DBA3EB (or 0xDBA3EB) is unknown color: approx Plum. HEX triplet: DB, A3 and EB. RGB value is (219,163,235). Sum of RGB (Red+Green+Blue) = 219+163+235=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 163 (64.06% from 255 or 26.42% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #DBA3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA3EB is #245C14. Grayscale: #BBBBBB. Windows color (decimal): -2382869 or 15442907. OLE color: 15442907.

HSL color Cylindrical-coordinate representation of color #DBA3EB: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA3EB is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219163235-
CMYK0.070.3100.08
HSL286.67º64.29%78.04%-
HSV(B)286.67º30.64%92.16%-
XYZ57.3147.2584.7-
YUV187.95154.55150.15-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 163 (64.06% from 255) = 26.42%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=35.49%
G=26.42%
B=38.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191632350.070.3100.08286.6764.2978.04
HexDBA3EB71F0811f404e
Octal333243353737010437100116
Binary110110111010001111101011111111110100010001111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3EB; }

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

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

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

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

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

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

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

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