Shades of Plum #DF9AD1
Tints of Plum #DF9AD1
RGB
CMYK
RGB Variations
Color information
#DF9AD1 (or 0xDF9AD1) is known color: Plum. HEX triplet: DF, 9A and D1. RGB value is (223,154,209). Sum of RGB (Red+Green+Blue) = 223+154+209=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 209 (82.03% from 255 or 35.67% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AD1 is #20652E. Grayscale: #B4B4B4. Windows color (decimal): -2123055 or 13736671. OLE color: 13736671.
HSL color Cylindrical-coordinate representation of color #DF9AD1: hue angle of 312.17º 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 #DF9AD1 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 209 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.13 |
| HSL | 312.17º | 0.52% | 0.74% | - |
| HSV(B) | 312.17º | 0.31% | 0.87% | - |
| XYZ | 53.5 | 43.4 | 65.88 | - |
| YUV | 180.9 | 143.86 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 209 | 0 | 0.31 | 0.06 | 0.13 | 312.17 | 0.52 | 0.74 |
| Hex | DF | 9A | D1 | 0 | 1F | 6 | D | 138 | 34 | 4A |
| Octal | 337 | 232 | 321 | 0 | 37 | 6 | 15 | 470 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11010001 | 0 | 11111 | 110 | 1101 | 100111000 | 110100 | 1001010 |
Color Harmonies of #DF9AD1
Complementary color
Monochromatic Colors of #DF9AD1
Black with #DF9AD1
Text Example
Text Example
White with #DF9AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AD1; }
p { color: rgb(223,154,209); }
H1.HeaderClassName
{
color: #DF9AD1;
}
.AnyTagClassName
{
color: #DF9AD1;
}
</style>
background-color css
<style>
a { background-color: #DF9AD1; }
a { background-color: rgb(223,154,209); }
div.DivClassName
{
background-color: #DF9AD1;
}
.BgClassName
{
background-color: #DF9AD1;
}
</style>
border-color css
<style>
span { border-color: #DF9AD1; }
span { border-color: rgb(223,154,209); }
td.TdClassName
{
border-color: #DF9AD1;
}
.TagClassName
{
border-color: #DF9AD1;
}
</style>