Shades of Plum #DF9AD4
Tints of Plum #DF9AD4
RGB
CMYK
RGB Variations
Color information
#DF9AD4 (or 0xDF9AD4) is known color: Plum. HEX triplet: DF, 9A and D4. RGB value is (223,154,212). Sum of RGB (Red+Green+Blue) = 223+154+212=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9AD4 is #20652B. Grayscale: #B5B5B5. Windows color (decimal): -2123052 or 13933279. OLE color: 13933279.
HSL color Cylindrical-coordinate representation of color #DF9AD4: hue angle of 309.57º 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 #DF9AD4 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 154 | 212 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.13 |
| HSL | 309.57º | 0.52% | 0.74% | - |
| HSV(B) | 309.57º | 0.31% | 0.87% | - |
| XYZ | 53.87 | 43.55 | 67.85 | - |
| YUV | 181.24 | 145.36 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 154 | 212 | 0 | 0.31 | 0.05 | 0.13 | 309.57 | 0.52 | 0.74 |
| Hex | DF | 9A | D4 | 0 | 1F | 5 | D | 136 | 34 | 4A |
| Octal | 337 | 232 | 324 | 0 | 37 | 5 | 15 | 466 | 64 | 112 |
| Binary | 11011111 | 10011010 | 11010100 | 0 | 11111 | 101 | 1101 | 100110110 | 110100 | 1001010 |
Color Harmonies of #DF9AD4
Complementary color
Monochromatic Colors of #DF9AD4
Black with #DF9AD4
Text Example
Text Example
White with #DF9AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9AD4; }
p { color: rgb(223,154,212); }
H1.HeaderClassName
{
color: #DF9AD4;
}
.AnyTagClassName
{
color: #DF9AD4;
}
</style>
background-color css
<style>
a { background-color: #DF9AD4; }
a { background-color: rgb(223,154,212); }
div.DivClassName
{
background-color: #DF9AD4;
}
.BgClassName
{
background-color: #DF9AD4;
}
</style>
border-color css
<style>
span { border-color: #DF9AD4; }
span { border-color: rgb(223,154,212); }
td.TdClassName
{
border-color: #DF9AD4;
}
.TagClassName
{
border-color: #DF9AD4;
}
</style>