#DBA5E0

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

Shades of Plum #DBA5E0

Tints of Plum #DBA5E0

Color information

#DBA5E0 (or 0xDBA5E0) is unknown color: approx Plum. HEX triplet: DB, A5 and E0. RGB value is (219,165,224). Sum of RGB (Red+Green+Blue) = 219+165+224=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5E0 is #245A1F. Grayscale: #BBBBBB. Windows color (decimal): -2382368 or 14722523. OLE color: 14722523.

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

Color convert

RGB219165224-
CMYK0.020.2600.12
HSL294.92º48.76%76.27%-
HSV(B)294.92º26.34%87.84%-
XYZ56.1247.3576.7-
YUV187.87148.39150.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 165 (64.84% from 255) = 27.14%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=36.02%
G=27.14%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191652240.020.2600.12294.9248.7676.27
HexDBA5E021A0C127314c
Octal33324534023201444761114
Binary1101101110100101111000001011010011001001001111100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA5E0; }

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

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

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

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

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

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

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

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