Shades of Plum #DF9ACE
Tints of Plum #DF9ACE
RGB
CMYK
RGB Variations
Color information
#DF9ACE (or 0xDF9ACE) is known color: Plum. HEX triplet: DF, 9A and CE. RGB value is (223,154,206). Sum of RGB (Red+Green+Blue) = 223+154+206=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ACE is #206531. Grayscale: #B4B4B4. Windows color (decimal): -2123058 or 13540063. OLE color: 13540063.
HSL color Cylindrical-coordinate representation of color #DF9ACE: hue angle of 314.78º 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 #DF9ACE is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 206 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.13 |
| HSL | 314.78º | 0.52% | 0.74% | - |
| HSV(B) | 314.78º | 0.31% | 0.87% | - |
| XYZ | 53.13 | 43.26 | 63.94 | - |
| YUV | 180.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 206 | 0 | 0.31 | 0.08 | 0.13 | 314.78 | 0.52 | 0.74 |
| Hex | DF | 9A | CE | 0 | 1F | 8 | D | 13B | 34 | 4A |
| Octal | 337 | 232 | 316 | 0 | 37 | 10 | 15 | 473 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11001110 | 0 | 11111 | 1000 | 1101 | 100111011 | 110100 | 1001010 |
Color Harmonies of #DF9ACE
Complementary color
Monochromatic Colors of #DF9ACE
Black with #DF9ACE
Text Example
Text Example
White with #DF9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9ACE; }
p { color: rgb(223,154,206); }
H1.HeaderClassName
{
color: #DF9ACE;
}
.AnyTagClassName
{
color: #DF9ACE;
}
</style>
background-color css
<style>
a { background-color: #DF9ACE; }
a { background-color: rgb(223,154,206); }
div.DivClassName
{
background-color: #DF9ACE;
}
.BgClassName
{
background-color: #DF9ACE;
}
</style>
border-color css
<style>
span { border-color: #DF9ACE; }
span { border-color: rgb(223,154,206); }
td.TdClassName
{
border-color: #DF9ACE;
}
.TagClassName
{
border-color: #DF9ACE;
}
</style>