Shades of Plum #D892CF
Tints of Plum #D892CF
RGB
CMYK
RGB Variations
Color information
#D892CF (or 0xD892CF) is known color: Plum. HEX triplet: D8, 92 and CF. RGB value is (216,146,207). Sum of RGB (Red+Green+Blue) = 216+146+207=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 207 (81.25% from 255 or 36.38% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D892CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D892CF is #276D30. Grayscale: #ADADAD. Windows color (decimal): -2583857 or 13603544. OLE color: 13603544.
HSL color Cylindrical-coordinate representation of color #D892CF: hue angle of 307.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D892CF is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 207 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.15 |
| HSL | 307.71º | 0.47% | 0.71% | - |
| HSV(B) | 307.71º | 0.32% | 0.85% | - |
| XYZ | 49.86 | 39.66 | 64.06 | - |
| YUV | 173.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 207 | 0 | 0.32 | 0.04 | 0.15 | 307.71 | 0.47 | 0.71 |
| Hex | D8 | 92 | CF | 0 | 20 | 4 | F | 134 | 2F | 47 |
| Octal | 330 | 222 | 317 | 0 | 40 | 4 | 17 | 464 | 57 | 107 |
| Binary | 11011000 | 10010010 | 11001111 | 0 | 100000 | 100 | 1111 | 100110100 | 101111 | 1000111 |
Color Harmonies of #D892CF
Complementary color
Monochromatic Colors of #D892CF
Black with #D892CF
Text Example
Text Example
White with #D892CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D892CF; }
p { color: rgb(216,146,207); }
H1.HeaderClassName
{
color: #D892CF;
}
.AnyTagClassName
{
color: #D892CF;
}
</style>
background-color css
<style>
a { background-color: #D892CF; }
a { background-color: rgb(216,146,207); }
div.DivClassName
{
background-color: #D892CF;
}
.BgClassName
{
background-color: #D892CF;
}
</style>
border-color css
<style>
span { border-color: #D892CF; }
span { border-color: rgb(216,146,207); }
td.TdClassName
{
border-color: #D892CF;
}
.TagClassName
{
border-color: #D892CF;
}
</style>