Shades of Plum #D797CF
Tints of Plum #D797CF
RGB
CMYK
RGB Variations
Color information
#D797CF (or 0xD797CF) is known color: Plum. HEX triplet: D7, 97 and CF. RGB value is (215,151,207). Sum of RGB (Red+Green+Blue) = 215+151+207=573 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.52% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 215 - color contains mainly: red. Hex color #D797CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D797CF is #286830. Grayscale: #B0B0B0. Windows color (decimal): -2648113 or 13604823. OLE color: 13604823.
HSL color Cylindrical-coordinate representation of color #D797CF: hue angle of 307.5º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D797CF is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 151 | 207 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.16 |
| HSL | 307.5º | 0.44% | 0.72% | - |
| HSV(B) | 307.5º | 0.3% | 0.84% | - |
| XYZ | 50.35 | 41.09 | 64.31 | - |
| YUV | 176.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 151 | 207 | 0 | 0.30 | 0.04 | 0.16 | 307.5 | 0.44 | 0.72 |
| Hex | D7 | 97 | CF | 0 | 1E | 4 | 10 | 134 | 2C | 48 |
| Octal | 327 | 227 | 317 | 0 | 36 | 4 | 20 | 464 | 54 | 110 |
| Binary | 11010111 | 10010111 | 11001111 | 0 | 11110 | 100 | 10000 | 100110100 | 101100 | 1001000 |
Color Harmonies of #D797CF
Complementary color
Monochromatic Colors of #D797CF
Black with #D797CF
Text Example
Text Example
White with #D797CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D797CF; }
p { color: rgb(215,151,207); }
H1.HeaderClassName
{
color: #D797CF;
}
.AnyTagClassName
{
color: #D797CF;
}
</style>
background-color css
<style>
a { background-color: #D797CF; }
a { background-color: rgb(215,151,207); }
div.DivClassName
{
background-color: #D797CF;
}
.BgClassName
{
background-color: #D797CF;
}
</style>
border-color css
<style>
span { border-color: #D797CF; }
span { border-color: rgb(215,151,207); }
td.TdClassName
{
border-color: #D797CF;
}
.TagClassName
{
border-color: #D797CF;
}
</style>