Shades of Plum #D894D9
Tints of Plum #D894D9
RGB
CMYK
RGB Variations
Color information
#D894D9 (or 0xD894D9) is known color: Plum. HEX triplet: D8, 94 and D9. RGB value is (216,148,217). Sum of RGB (Red+Green+Blue) = 216+148+217=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #D894D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D9 is #276B26. Grayscale: #AFAFAF. Windows color (decimal): -2583335 or 14259416. OLE color: 14259416.
HSL color Cylindrical-coordinate representation of color #D894D9: hue angle of 299.13º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D894D9 is Cyan = 0.00, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 217 | - |
| CMYK | 0.00 | 0.32 | 0 | 0.15 |
| HSL | 299.13º | 0.48% | 0.72% | - |
| HSV(B) | 299.13º | 0.32% | 0.85% | - |
| XYZ | 51.43 | 40.79 | 70.81 | - |
| YUV | 176.2 | 151.03 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 217 | 0.00 | 0.32 | 0 | 0.15 | 299.13 | 0.48 | 0.72 |
| Hex | D8 | 94 | D9 | 0 | 20 | 0 | F | 12B | 30 | 48 |
| Octal | 330 | 224 | 331 | 0 | 40 | 0 | 17 | 453 | 60 | 110 |
| Binary | 11011000 | 10010100 | 11011001 | 0 | 100000 | 0 | 1111 | 100101011 | 110000 | 1001000 |
Color Harmonies of #D894D9
Complementary color
Monochromatic Colors of #D894D9
Black with #D894D9
Text Example
Text Example
White with #D894D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894D9; }
p { color: rgb(216,148,217); }
H1.HeaderClassName
{
color: #D894D9;
}
.AnyTagClassName
{
color: #D894D9;
}
</style>
background-color css
<style>
a { background-color: #D894D9; }
a { background-color: rgb(216,148,217); }
div.DivClassName
{
background-color: #D894D9;
}
.BgClassName
{
background-color: #D894D9;
}
</style>
border-color css
<style>
span { border-color: #D894D9; }
span { border-color: rgb(216,148,217); }
td.TdClassName
{
border-color: #D894D9;
}
.TagClassName
{
border-color: #D894D9;
}
</style>