Shades of Plum #D891D3
Tints of Plum #D891D3
RGB
CMYK
RGB Variations
Color information
#D891D3 (or 0xD891D3) is known color: Plum. HEX triplet: D8, 91 and D3. RGB value is (216,145,211). Sum of RGB (Red+Green+Blue) = 216+145+211=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 211 (82.81% from 255 or 36.89% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D891D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D891D3 is #276E2C. Grayscale: #ADADAD. Windows color (decimal): -2584109 or 13865432. OLE color: 13865432.
HSL color Cylindrical-coordinate representation of color #D891D3: hue angle of 304.23º 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 #D891D3 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 145 | 211 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.15 |
| HSL | 304.23º | 0.48% | 0.71% | - |
| HSV(B) | 304.23º | 0.33% | 0.85% | - |
| XYZ | 50.2 | 39.55 | 66.62 | - |
| YUV | 173.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 145 | 211 | 0 | 0.33 | 0.02 | 0.15 | 304.23 | 0.48 | 0.71 |
| Hex | D8 | 91 | D3 | 0 | 21 | 2 | F | 130 | 30 | 47 |
| Octal | 330 | 221 | 323 | 0 | 41 | 2 | 17 | 460 | 60 | 107 |
| Binary | 11011000 | 10010001 | 11010011 | 0 | 100001 | 10 | 1111 | 100110000 | 110000 | 1000111 |
Color Harmonies of #D891D3
Complementary color
Monochromatic Colors of #D891D3
Black with #D891D3
Text Example
Text Example
White with #D891D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D891D3; }
p { color: rgb(216,145,211); }
H1.HeaderClassName
{
color: #D891D3;
}
.AnyTagClassName
{
color: #D891D3;
}
</style>
background-color css
<style>
a { background-color: #D891D3; }
a { background-color: rgb(216,145,211); }
div.DivClassName
{
background-color: #D891D3;
}
.BgClassName
{
background-color: #D891D3;
}
</style>
border-color css
<style>
span { border-color: #D891D3; }
span { border-color: rgb(216,145,211); }
td.TdClassName
{
border-color: #D891D3;
}
.TagClassName
{
border-color: #D891D3;
}
</style>