Shades of Plum #DBAFE0
Tints of Plum #DBAFE0
RGB
CMYK
RGB Variations
Color information
#DBAFE0 (or 0xDBAFE0) is known color: Plum. HEX triplet: DB, AF and E0. RGB value is (219,175,224). Sum of RGB (Red+Green+Blue) = 219+175+224=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 175 (68.75% from 255 or 28.32% from 618); Blue value is 224 (87.89% from 255 or 36.25% from 618); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFE0 is #24501F. Grayscale: #C1C1C1. Windows color (decimal): -2379808 or 14725083. OLE color: 14725083.
HSL color Cylindrical-coordinate representation of color #DBAFE0: hue angle of 293.88º degrees, saturation: 0.44, 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 #DBAFE0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 175 | 224 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.12 |
| HSL | 293.88º | 0.44% | 0.78% | - |
| HSV(B) | 293.88º | 0.22% | 0.88% | - |
| XYZ | 58 | 51.1 | 77.33 | - |
| YUV | 193.74 | 145.08 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 224 | 0.02 | 0.22 | 0 | 0.12 | 293.88 | 0.44 | 0.78 |
| Hex | DB | AF | E0 | 2 | 16 | 0 | C | 126 | 2C | 4E |
| Octal | 333 | 257 | 340 | 2 | 26 | 0 | 14 | 446 | 54 | 116 |
| Binary | 11011011 | 10101111 | 11100000 | 10 | 10110 | 0 | 1100 | 100100110 | 101100 | 1001110 |
Color Harmonies of #DBAFE0
Complementary color
Monochromatic Colors of #DBAFE0
Black with #DBAFE0
Text Example
Text Example
White with #DBAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFE0; }
p { color: rgb(219,175,224); }
H1.HeaderClassName
{
color: #DBAFE0;
}
.AnyTagClassName
{
color: #DBAFE0;
}
</style>
background-color css
<style>
a { background-color: #DBAFE0; }
a { background-color: rgb(219,175,224); }
div.DivClassName
{
background-color: #DBAFE0;
}
.BgClassName
{
background-color: #DBAFE0;
}
</style>
border-color css
<style>
span { border-color: #DBAFE0; }
span { border-color: rgb(219,175,224); }
td.TdClassName
{
border-color: #DBAFE0;
}
.TagClassName
{
border-color: #DBAFE0;
}
</style>