Shades of Plum #DBAFDE
Tints of Plum #DBAFDE
RGB
CMYK
RGB Variations
Color information
#DBAFDE (or 0xDBAFDE) is known color: Plum. HEX triplet: DB, AF and DE. RGB value is (219,175,222). Sum of RGB (Red+Green+Blue) = 219+175+222=616 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.55% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDE is #245021. Grayscale: #C1C1C1. Windows color (decimal): -2379810 or 14594011. OLE color: 14594011.
HSL color Cylindrical-coordinate representation of color #DBAFDE: hue angle of 296.17º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAFDE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 175 | 222 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 296.17º | 0.42% | 0.78% | - |
| HSV(B) | 296.17º | 0.21% | 0.87% | - |
| XYZ | 57.73 | 50.99 | 75.91 | - |
| YUV | 193.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 222 | 0.01 | 0.21 | 0 | 0.13 | 296.17 | 0.42 | 0.78 |
| Hex | DB | AF | DE | 1 | 15 | 0 | D | 128 | 2A | 4E |
| Octal | 333 | 257 | 336 | 1 | 25 | 0 | 15 | 450 | 52 | 116 |
| Binary | 11011011 | 10101111 | 11011110 | 1 | 10101 | 0 | 1101 | 100101000 | 101010 | 1001110 |
Color Harmonies of #DBAFDE
Complementary color
Monochromatic Colors of #DBAFDE
Black with #DBAFDE
Text Example
Text Example
White with #DBAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFDE; }
p { color: rgb(219,175,222); }
H1.HeaderClassName
{
color: #DBAFDE;
}
.AnyTagClassName
{
color: #DBAFDE;
}
</style>
background-color css
<style>
a { background-color: #DBAFDE; }
a { background-color: rgb(219,175,222); }
div.DivClassName
{
background-color: #DBAFDE;
}
.BgClassName
{
background-color: #DBAFDE;
}
</style>
border-color css
<style>
span { border-color: #DBAFDE; }
span { border-color: rgb(219,175,222); }
td.TdClassName
{
border-color: #DBAFDE;
}
.TagClassName
{
border-color: #DBAFDE;
}
</style>