Shades of Plum #DBAFDD
Tints of Plum #DBAFDD
RGB
CMYK
RGB Variations
Color information
#DBAFDD (or 0xDBAFDD) is known color: Plum. HEX triplet: DB, AF and DD. RGB value is (219,175,221). Sum of RGB (Red+Green+Blue) = 219+175+221=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFDD is #245022. Grayscale: #C1C1C1. Windows color (decimal): -2379811 or 14528475. OLE color: 14528475.
HSL color Cylindrical-coordinate representation of color #DBAFDD: hue angle of 297.39º degrees, saturation: 0.4, 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 #DBAFDD is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 175 | 221 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 297.39º | 0.4% | 0.78% | - |
| HSV(B) | 297.39º | 0.21% | 0.87% | - |
| XYZ | 57.59 | 50.94 | 75.2 | - |
| YUV | 193.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 221 | 0.01 | 0.21 | 0 | 0.13 | 297.39 | 0.4 | 0.78 |
| Hex | DB | AF | DD | 1 | 15 | 0 | D | 129 | 28 | 4E |
| Octal | 333 | 257 | 335 | 1 | 25 | 0 | 15 | 451 | 50 | 116 |
| Binary | 11011011 | 10101111 | 11011101 | 1 | 10101 | 0 | 1101 | 100101001 | 101000 | 1001110 |
Color Harmonies of #DBAFDD
Complementary color
Monochromatic Colors of #DBAFDD
Black with #DBAFDD
Text Example
Text Example
White with #DBAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFDD; }
p { color: rgb(219,175,221); }
H1.HeaderClassName
{
color: #DBAFDD;
}
.AnyTagClassName
{
color: #DBAFDD;
}
</style>
background-color css
<style>
a { background-color: #DBAFDD; }
a { background-color: rgb(219,175,221); }
div.DivClassName
{
background-color: #DBAFDD;
}
.BgClassName
{
background-color: #DBAFDD;
}
</style>
border-color css
<style>
span { border-color: #DBAFDD; }
span { border-color: rgb(219,175,221); }
td.TdClassName
{
border-color: #DBAFDD;
}
.TagClassName
{
border-color: #DBAFDD;
}
</style>