Shades of Plum #DB9ACF
Tints of Plum #DB9ACF
RGB
CMYK
RGB Variations
Color information
#DB9ACF (or 0xDB9ACF) is known color: Plum. HEX triplet: DB, 9A and CF. RGB value is (219,154,207). Sum of RGB (Red+Green+Blue) = 219+154+207=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ACF is #246530. Grayscale: #B3B3B3. Windows color (decimal): -2385201 or 13605595. OLE color: 13605595.
HSL color Cylindrical-coordinate representation of color #DB9ACF: hue angle of 311.08º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9ACF is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 207 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.14 |
| HSL | 311.08º | 0.47% | 0.73% | - |
| HSV(B) | 311.08º | 0.3% | 0.86% | - |
| XYZ | 52.03 | 42.68 | 64.53 | - |
| YUV | 179.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 207 | 0 | 0.30 | 0.05 | 0.14 | 311.08 | 0.47 | 0.73 |
| Hex | DB | 9A | CF | 0 | 1E | 5 | E | 137 | 2F | 49 |
| Octal | 333 | 232 | 317 | 0 | 36 | 5 | 16 | 467 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11001111 | 0 | 11110 | 101 | 1110 | 100110111 | 101111 | 1001001 |
Color Harmonies of #DB9ACF
Complementary color
Monochromatic Colors of #DB9ACF
Black with #DB9ACF
Text Example
Text Example
White with #DB9ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ACF; }
p { color: rgb(219,154,207); }
H1.HeaderClassName
{
color: #DB9ACF;
}
.AnyTagClassName
{
color: #DB9ACF;
}
</style>
background-color css
<style>
a { background-color: #DB9ACF; }
a { background-color: rgb(219,154,207); }
div.DivClassName
{
background-color: #DB9ACF;
}
.BgClassName
{
background-color: #DB9ACF;
}
</style>
border-color css
<style>
span { border-color: #DB9ACF; }
span { border-color: rgb(219,154,207); }
td.TdClassName
{
border-color: #DB9ACF;
}
.TagClassName
{
border-color: #DB9ACF;
}
</style>