#DBA0E0

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

Shades of Plum #DBA0E0

Tints of Plum #DBA0E0

Color information

#DBA0E0 (or 0xDBA0E0) is unknown color: approx Plum. HEX triplet: DB, A0 and E0. RGB value is (219,160,224). Sum of RGB (Red+Green+Blue) = 219+160+224=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 160 (62.89% from 255 or 26.53% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0E0 is #245F1F. Grayscale: #B8B8B8. Windows color (decimal): -2383648 or 14721243. OLE color: 14721243.

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

Color convert

RGB219160224-
CMYK0.020.2900.12
HSL295.31º50.79%75.29%-
HSV(B)295.31º28.57%87.84%-
XYZ55.2445.5876.41-
YUV184.94150.05152.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 160 (62.89% from 255) = 26.53%
BLUE value IS 224 (87.89% from 255) = 37.15%
R=36.32%
G=26.53%
B=37.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191602240.020.2900.12295.3150.7975.29
HexDBA0E021D0C127334b
Octal33324034023501444763113
Binary1101101110100000111000001011101011001001001111100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0E0; }

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

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

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

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

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

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

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

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