Shades of Plum #D7A5CF
Tints of Plum #D7A5CF
RGB
CMYK
RGB Variations
Color information
#D7A5CF (or 0xD7A5CF) is known color: Plum. HEX triplet: D7, A5 and CF. RGB value is (215,165,207). Sum of RGB (Red+Green+Blue) = 215+165+207=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5CF is #285A30. Grayscale: #B8B8B8. Windows color (decimal): -2644529 or 13608407. OLE color: 13608407.
HSL color Cylindrical-coordinate representation of color #D7A5CF: hue angle of 309.6º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7A5CF is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 165 | 207 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.16 |
| HSL | 309.6º | 0.38% | 0.75% | - |
| HSV(B) | 309.6º | 0.23% | 0.84% | - |
| XYZ | 52.74 | 45.86 | 65.1 | - |
| YUV | 184.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 165 | 207 | 0 | 0.23 | 0.04 | 0.16 | 309.6 | 0.38 | 0.75 |
| Hex | D7 | A5 | CF | 0 | 17 | 4 | 10 | 136 | 26 | 4B |
| Octal | 327 | 245 | 317 | 0 | 27 | 4 | 20 | 466 | 46 | 113 |
| Binary | 11010111 | 10100101 | 11001111 | 0 | 10111 | 100 | 10000 | 100110110 | 100110 | 1001011 |
Color Harmonies of #D7A5CF
Complementary color
Monochromatic Colors of #D7A5CF
Black with #D7A5CF
Text Example
Text Example
White with #D7A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A5CF; }
p { color: rgb(215,165,207); }
H1.HeaderClassName
{
color: #D7A5CF;
}
.AnyTagClassName
{
color: #D7A5CF;
}
</style>
background-color css
<style>
a { background-color: #D7A5CF; }
a { background-color: rgb(215,165,207); }
div.DivClassName
{
background-color: #D7A5CF;
}
.BgClassName
{
background-color: #D7A5CF;
}
</style>
border-color css
<style>
span { border-color: #D7A5CF; }
span { border-color: rgb(215,165,207); }
td.TdClassName
{
border-color: #D7A5CF;
}
.TagClassName
{
border-color: #D7A5CF;
}
</style>