Shades of Plum #D891CF
Tints of Plum #D891CF
RGB
CMYK
RGB Variations
Color information
#D891CF (or 0xD891CF) is known color: Plum. HEX triplet: D8, 91 and CF. RGB value is (216,145,207). Sum of RGB (Red+Green+Blue) = 216+145+207=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D891CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891CF is #276E30. Grayscale: #ADADAD. Windows color (decimal): -2584113 or 13603288. OLE color: 13603288.
HSL color Cylindrical-coordinate representation of color #D891CF: hue angle of 307.61º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D891CF is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 207 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.15 |
| HSL | 307.61º | 0.48% | 0.71% | - |
| HSV(B) | 307.61º | 0.33% | 0.85% | - |
| XYZ | 49.71 | 39.35 | 64.01 | - |
| YUV | 173.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 207 | 0 | 0.33 | 0.04 | 0.15 | 307.61 | 0.48 | 0.71 |
| Hex | D8 | 91 | CF | 0 | 21 | 4 | F | 134 | 30 | 47 |
| Octal | 330 | 221 | 317 | 0 | 41 | 4 | 17 | 464 | 60 | 107 |
| Binary | 11011000 | 10010001 | 11001111 | 0 | 100001 | 100 | 1111 | 100110100 | 110000 | 1000111 |
Color Harmonies of #D891CF
Complementary color
Monochromatic Colors of #D891CF
Black with #D891CF
Text Example
Text Example
White with #D891CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891CF; }
p { color: rgb(216,145,207); }
H1.HeaderClassName
{
color: #D891CF;
}
.AnyTagClassName
{
color: #D891CF;
}
</style>
background-color css
<style>
a { background-color: #D891CF; }
a { background-color: rgb(216,145,207); }
div.DivClassName
{
background-color: #D891CF;
}
.BgClassName
{
background-color: #D891CF;
}
</style>
border-color css
<style>
span { border-color: #D891CF; }
span { border-color: rgb(216,145,207); }
td.TdClassName
{
border-color: #D891CF;
}
.TagClassName
{
border-color: #D891CF;
}
</style>