Shades of Plum #D8A4CF
Tints of Plum #D8A4CF
RGB
CMYK
RGB Variations
Color information
#D8A4CF (or 0xD8A4CF) is known color: Plum. HEX triplet: D8, A4 and CF. RGB value is (216,164,207). Sum of RGB (Red+Green+Blue) = 216+164+207=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 164 (64.45% from 255 or 27.94% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4CF is #275B30. Grayscale: #B8B8B8. Windows color (decimal): -2579249 or 13608152. OLE color: 13608152.
HSL color Cylindrical-coordinate representation of color #D8A4CF: hue angle of 310.38º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A4CF is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 164 | 207 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.15 |
| HSL | 310.38º | 0.4% | 0.75% | - |
| HSV(B) | 310.38º | 0.24% | 0.85% | - |
| XYZ | 52.86 | 45.65 | 65.06 | - |
| YUV | 184.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 164 | 207 | 0 | 0.24 | 0.04 | 0.15 | 310.38 | 0.4 | 0.75 |
| Hex | D8 | A4 | CF | 0 | 18 | 4 | F | 136 | 28 | 4B |
| Octal | 330 | 244 | 317 | 0 | 30 | 4 | 17 | 466 | 50 | 113 |
| Binary | 11011000 | 10100100 | 11001111 | 0 | 11000 | 100 | 1111 | 100110110 | 101000 | 1001011 |
Color Harmonies of #D8A4CF
Complementary color
Monochromatic Colors of #D8A4CF
Black with #D8A4CF
Text Example
Text Example
White with #D8A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A4CF; }
p { color: rgb(216,164,207); }
H1.HeaderClassName
{
color: #D8A4CF;
}
.AnyTagClassName
{
color: #D8A4CF;
}
</style>
background-color css
<style>
a { background-color: #D8A4CF; }
a { background-color: rgb(216,164,207); }
div.DivClassName
{
background-color: #D8A4CF;
}
.BgClassName
{
background-color: #D8A4CF;
}
</style>
border-color css
<style>
span { border-color: #D8A4CF; }
span { border-color: rgb(216,164,207); }
td.TdClassName
{
border-color: #D8A4CF;
}
.TagClassName
{
border-color: #D8A4CF;
}
</style>