Shades of Plum #DB9ADF
Tints of Plum #DB9ADF
RGB
CMYK
RGB Variations
Color information
#DB9ADF (or 0xDB9ADF) is known color: Plum. HEX triplet: DB, 9A and DF. RGB value is (219,154,223). Sum of RGB (Red+Green+Blue) = 219+154+223=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB9ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ADF is #246520. Grayscale: #B5B5B5. Windows color (decimal): -2385185 or 14654171. OLE color: 14654171.
HSL color Cylindrical-coordinate representation of color #DB9ADF: hue angle of 296.52º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9ADF is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 154 | 223 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.13 |
| HSL | 296.52º | 0.52% | 0.74% | - |
| HSV(B) | 296.52º | 0.31% | 0.87% | - |
| XYZ | 54.09 | 43.5 | 75.36 | - |
| YUV | 181.3 | 151.53 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 223 | 0.02 | 0.31 | 0 | 0.13 | 296.52 | 0.52 | 0.74 |
| Hex | DB | 9A | DF | 2 | 1F | 0 | D | 129 | 34 | 4A |
| Octal | 333 | 232 | 337 | 2 | 37 | 0 | 15 | 451 | 64 | 112 |
| Binary | 11011011 | 10011010 | 11011111 | 10 | 11111 | 0 | 1101 | 100101001 | 110100 | 1001010 |
Color Harmonies of #DB9ADF
Complementary color
Monochromatic Colors of #DB9ADF
Black with #DB9ADF
Text Example
Text Example
White with #DB9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ADF; }
p { color: rgb(219,154,223); }
H1.HeaderClassName
{
color: #DB9ADF;
}
.AnyTagClassName
{
color: #DB9ADF;
}
</style>
background-color css
<style>
a { background-color: #DB9ADF; }
a { background-color: rgb(219,154,223); }
div.DivClassName
{
background-color: #DB9ADF;
}
.BgClassName
{
background-color: #DB9ADF;
}
</style>
border-color css
<style>
span { border-color: #DB9ADF; }
span { border-color: rgb(219,154,223); }
td.TdClassName
{
border-color: #DB9ADF;
}
.TagClassName
{
border-color: #DB9ADF;
}
</style>