Shades of Plum #DBAFE1
Tints of Plum #DBAFE1
RGB
CMYK
RGB Variations
Color information
#DBAFE1 (or 0xDBAFE1) is known color: Plum. HEX triplet: DB, AF and E1. RGB value is (219,175,225). Sum of RGB (Red+Green+Blue) = 219+175+225=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #DBAFE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE1 is #24501E. Grayscale: #C1C1C1. Windows color (decimal): -2379807 or 14790619. OLE color: 14790619.
HSL color Cylindrical-coordinate representation of color #DBAFE1: hue angle of 292.8º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAFE1 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 175 | 225 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.12 |
| HSL | 292.8º | 0.45% | 0.78% | - |
| HSV(B) | 292.8º | 0.22% | 0.88% | - |
| XYZ | 58.13 | 51.16 | 78.04 | - |
| YUV | 193.86 | 145.58 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 225 | 0.03 | 0.22 | 0 | 0.12 | 292.8 | 0.45 | 0.78 |
| Hex | DB | AF | E1 | 3 | 16 | 0 | C | 125 | 2D | 4E |
| Octal | 333 | 257 | 341 | 3 | 26 | 0 | 14 | 445 | 55 | 116 |
| Binary | 11011011 | 10101111 | 11100001 | 11 | 10110 | 0 | 1100 | 100100101 | 101101 | 1001110 |
Color Harmonies of #DBAFE1
Complementary color
Monochromatic Colors of #DBAFE1
Black with #DBAFE1
Text Example
Text Example
White with #DBAFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFE1; }
p { color: rgb(219,175,225); }
H1.HeaderClassName
{
color: #DBAFE1;
}
.AnyTagClassName
{
color: #DBAFE1;
}
</style>
background-color css
<style>
a { background-color: #DBAFE1; }
a { background-color: rgb(219,175,225); }
div.DivClassName
{
background-color: #DBAFE1;
}
.BgClassName
{
background-color: #DBAFE1;
}
</style>
border-color css
<style>
span { border-color: #DBAFE1; }
span { border-color: rgb(219,175,225); }
td.TdClassName
{
border-color: #DBAFE1;
}
.TagClassName
{
border-color: #DBAFE1;
}
</style>