Shades of Plum #D894DE
Tints of Plum #D894DE
RGB
CMYK
RGB Variations
Color information
#D894DE (or 0xD894DE) is known color: Plum. HEX triplet: D8, 94 and DE. RGB value is (216,148,222). Sum of RGB (Red+Green+Blue) = 216+148+222=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 148 (58.20% from 255 or 25.26% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #D894DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894DE is #276B21. Grayscale: #B0B0B0. Windows color (decimal): -2583330 or 14587096. OLE color: 14587096.
HSL color Cylindrical-coordinate representation of color #D894DE: hue angle of 295.14º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D894DE is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 148 | 222 | - |
| CMYK | 0.03 | 0.33 | 0 | 0.13 |
| HSL | 295.14º | 0.53% | 0.73% | - |
| HSV(B) | 295.14º | 0.33% | 0.87% | - |
| XYZ | 52.09 | 41.05 | 74.29 | - |
| YUV | 176.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 222 | 0.03 | 0.33 | 0 | 0.13 | 295.14 | 0.53 | 0.73 |
| Hex | D8 | 94 | DE | 3 | 21 | 0 | D | 127 | 35 | 49 |
| Octal | 330 | 224 | 336 | 3 | 41 | 0 | 15 | 447 | 65 | 111 |
| Binary | 11011000 | 10010100 | 11011110 | 11 | 100001 | 0 | 1101 | 100100111 | 110101 | 1001001 |
Color Harmonies of #D894DE
Complementary color
Monochromatic Colors of #D894DE
Black with #D894DE
Text Example
Text Example
White with #D894DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894DE; }
p { color: rgb(216,148,222); }
H1.HeaderClassName
{
color: #D894DE;
}
.AnyTagClassName
{
color: #D894DE;
}
</style>
background-color css
<style>
a { background-color: #D894DE; }
a { background-color: rgb(216,148,222); }
div.DivClassName
{
background-color: #D894DE;
}
.BgClassName
{
background-color: #D894DE;
}
</style>
border-color css
<style>
span { border-color: #D894DE; }
span { border-color: rgb(216,148,222); }
td.TdClassName
{
border-color: #D894DE;
}
.TagClassName
{
border-color: #D894DE;
}
</style>