Shades of Plum #D891D5
Tints of Plum #D891D5
RGB
CMYK
RGB Variations
Color information
#D891D5 (or 0xD891D5) is known color: Plum. HEX triplet: D8, 91 and D5. RGB value is (216,145,213). Sum of RGB (Red+Green+Blue) = 216+145+213=574 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.63% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 213 (83.59% from 255 or 37.11% from 574); Max value from RGB is 216 - color contains mainly: red. Hex color #D891D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891D5 is #276E2A. Grayscale: #ADADAD. Windows color (decimal): -2584107 or 13996504. OLE color: 13996504.
HSL color Cylindrical-coordinate representation of color #D891D5: hue angle of 302.54º 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 #D891D5 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 213 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.15 |
| HSL | 302.54º | 0.48% | 0.71% | - |
| HSV(B) | 302.54º | 0.33% | 0.85% | - |
| XYZ | 50.45 | 39.65 | 67.95 | - |
| YUV | 173.98 | 150.02 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 213 | 0 | 0.33 | 0.01 | 0.15 | 302.54 | 0.48 | 0.71 |
| Hex | D8 | 91 | D5 | 0 | 21 | 1 | F | 12F | 30 | 47 |
| Octal | 330 | 221 | 325 | 0 | 41 | 1 | 17 | 457 | 60 | 107 |
| Binary | 11011000 | 10010001 | 11010101 | 0 | 100001 | 1 | 1111 | 100101111 | 110000 | 1000111 |
Color Harmonies of #D891D5
Complementary color
Monochromatic Colors of #D891D5
Black with #D891D5
Text Example
Text Example
White with #D891D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891D5; }
p { color: rgb(216,145,213); }
H1.HeaderClassName
{
color: #D891D5;
}
.AnyTagClassName
{
color: #D891D5;
}
</style>
background-color css
<style>
a { background-color: #D891D5; }
a { background-color: rgb(216,145,213); }
div.DivClassName
{
background-color: #D891D5;
}
.BgClassName
{
background-color: #D891D5;
}
</style>
border-color css
<style>
span { border-color: #D891D5; }
span { border-color: rgb(216,145,213); }
td.TdClassName
{
border-color: #D891D5;
}
.TagClassName
{
border-color: #D891D5;
}
</style>