#DBA9E2

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

Shades of Plum #DBA9E2

Tints of Plum #DBA9E2

Color information

#DBA9E2 (or 0xDBA9E2) is unknown color: approx Plum. HEX triplet: DB, A9 and E2. RGB value is (219,169,226). Sum of RGB (Red+Green+Blue) = 219+169+226=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #DBA9E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9E2 is #24561D. Grayscale: #BEBEBE. Windows color (decimal): -2381342 or 14854619. OLE color: 14854619.

HSL color Cylindrical-coordinate representation of color #DBA9E2: hue angle of 292.63º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA9E2 is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219169226-
CMYK0.030.2500.11
HSL292.63º49.57%77.45%-
HSV(B)292.63º25.22%88.63%-
XYZ57.1348.9378.38-
YUV190.45148.06148.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 169 (66.41% from 255) = 27.52%
BLUE value IS 226 (88.67% from 255) = 36.81%
R=35.67%
G=27.52%
B=36.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191692260.030.2500.11292.6349.5777.45
HexDBA9E23190B125324d
Octal33325134233101344562115
Binary1101101110101001111000101111001010111001001011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9E2; }

 p { color: rgb(219,169,226); }

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

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

 a { background-color: rgb(219,169,226); }

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

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

 span { border-color: rgb(219,169,226); }

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