Shades of Plum #D8A2CF
Tints of Plum #D8A2CF
RGB
CMYK
RGB Variations
Color information
#D8A2CF (or 0xD8A2CF) is known color: Plum. HEX triplet: D8, A2 and CF. RGB value is (216,162,207). Sum of RGB (Red+Green+Blue) = 216+162+207=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A2CF is #275D30. Grayscale: #B7B7B7. Windows color (decimal): -2579761 or 13607640. OLE color: 13607640.
HSL color Cylindrical-coordinate representation of color #D8A2CF: hue angle of 310º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8A2CF is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 162 | 207 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.15 |
| HSL | 310º | 0.41% | 0.74% | - |
| HSV(B) | 310º | 0.25% | 0.85% | - |
| XYZ | 52.5 | 44.94 | 64.94 | - |
| YUV | 183.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 162 | 207 | 0 | 0.25 | 0.04 | 0.15 | 310 | 0.41 | 0.74 |
| Hex | D8 | A2 | CF | 0 | 19 | 4 | F | 136 | 29 | 4A |
| Octal | 330 | 242 | 317 | 0 | 31 | 4 | 17 | 466 | 51 | 112 |
| Binary | 11011000 | 10100010 | 11001111 | 0 | 11001 | 100 | 1111 | 100110110 | 101001 | 1001010 |
Color Harmonies of #D8A2CF
Complementary color
Monochromatic Colors of #D8A2CF
Black with #D8A2CF
Text Example
Text Example
White with #D8A2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8A2CF; }
p { color: rgb(216,162,207); }
H1.HeaderClassName
{
color: #D8A2CF;
}
.AnyTagClassName
{
color: #D8A2CF;
}
</style>
background-color css
<style>
a { background-color: #D8A2CF; }
a { background-color: rgb(216,162,207); }
div.DivClassName
{
background-color: #D8A2CF;
}
.BgClassName
{
background-color: #D8A2CF;
}
</style>
border-color css
<style>
span { border-color: #D8A2CF; }
span { border-color: rgb(216,162,207); }
td.TdClassName
{
border-color: #D8A2CF;
}
.TagClassName
{
border-color: #D8A2CF;
}
</style>