#DBA9E0

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

Shades of Plum #DBA9E0

Tints of Plum #DBA9E0

Color information

#DBA9E0 (or 0xDBA9E0) is unknown color: approx Plum. HEX triplet: DB, A9 and E0. RGB value is (219,169,224). Sum of RGB (Red+Green+Blue) = 219+169+224=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA9E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA9E0 is #24561F. Grayscale: #BEBEBE. Windows color (decimal): -2381344 or 14723547. OLE color: 14723547.

HSL color Cylindrical-coordinate representation of color #DBA9E0: hue angle of 294.55º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA9E0 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219169224-
CMYK0.020.2500.12
HSL294.55º47.01%77.06%-
HSV(B)294.55º24.55%87.84%-
XYZ56.8648.8276.95-
YUV190.22147.06148.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 169 (66.41% from 255) = 27.61%
BLUE value IS 224 (87.89% from 255) = 36.60%
R=35.78%
G=27.61%
B=36.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191692240.020.2500.12294.5547.0177.06
HexDBA9E02190C1272f4d
Octal33325134023101444757115
Binary1101101110101001111000001011001011001001001111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA9E0; }

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

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

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

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

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

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

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

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