Shades of Plum #D8A0CF
Tints of Plum #D8A0CF
RGB
CMYK
RGB Variations
Color information
#D8A0CF (or 0xD8A0CF) is known color: Plum. HEX triplet: D8, A0 and CF. RGB value is (216,160,207). Sum of RGB (Red+Green+Blue) = 216+160+207=583 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.05% from 583); Green value is 160 (62.89% from 255 or 27.44% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A0CF is #275F30. Grayscale: #B5B5B5. Windows color (decimal): -2580273 or 13607128. OLE color: 13607128.
HSL color Cylindrical-coordinate representation of color #D8A0CF: hue angle of 309.64º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8A0CF is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 160 | 207 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.15 |
| HSL | 309.64º | 0.42% | 0.74% | - |
| HSV(B) | 309.64º | 0.26% | 0.85% | - |
| XYZ | 52.15 | 44.25 | 64.82 | - |
| YUV | 182.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 160 | 207 | 0 | 0.26 | 0.04 | 0.15 | 309.64 | 0.42 | 0.74 |
| Hex | D8 | A0 | CF | 0 | 1A | 4 | F | 136 | 2A | 4A |
| Octal | 330 | 240 | 317 | 0 | 32 | 4 | 17 | 466 | 52 | 112 |
| Binary | 11011000 | 10100000 | 11001111 | 0 | 11010 | 100 | 1111 | 100110110 | 101010 | 1001010 |
Color Harmonies of #D8A0CF
Complementary color
Monochromatic Colors of #D8A0CF
Black with #D8A0CF
Text Example
Text Example
White with #D8A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A0CF; }
p { color: rgb(216,160,207); }
H1.HeaderClassName
{
color: #D8A0CF;
}
.AnyTagClassName
{
color: #D8A0CF;
}
</style>
background-color css
<style>
a { background-color: #D8A0CF; }
a { background-color: rgb(216,160,207); }
div.DivClassName
{
background-color: #D8A0CF;
}
.BgClassName
{
background-color: #D8A0CF;
}
</style>
border-color css
<style>
span { border-color: #D8A0CF; }
span { border-color: rgb(216,160,207); }
td.TdClassName
{
border-color: #D8A0CF;
}
.TagClassName
{
border-color: #D8A0CF;
}
</style>