Shades of Plum #D894D6
Tints of Plum #D894D6
RGB
CMYK
RGB Variations
Color information
#D894D6 (or 0xD894D6) is known color: Plum. HEX triplet: D8, 94 and D6. RGB value is (216,148,214). Sum of RGB (Red+Green+Blue) = 216+148+214=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 216 - color contains mainly: red. Hex color #D894D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D6 is #276B29. Grayscale: #AFAFAF. Windows color (decimal): -2583338 or 14062808. OLE color: 14062808.
HSL color Cylindrical-coordinate representation of color #D894D6: hue angle of 301.76º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D894D6 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 148 | 214 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.15 |
| HSL | 301.76º | 0.47% | 0.71% | - |
| HSV(B) | 301.76º | 0.31% | 0.85% | - |
| XYZ | 51.05 | 40.63 | 68.77 | - |
| YUV | 175.86 | 149.53 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 214 | 0 | 0.31 | 0.01 | 0.15 | 301.76 | 0.47 | 0.71 |
| Hex | D8 | 94 | D6 | 0 | 1F | 1 | F | 12E | 2F | 47 |
| Octal | 330 | 224 | 326 | 0 | 37 | 1 | 17 | 456 | 57 | 107 |
| Binary | 11011000 | 10010100 | 11010110 | 0 | 11111 | 1 | 1111 | 100101110 | 101111 | 1000111 |
Color Harmonies of #D894D6
Complementary color
Monochromatic Colors of #D894D6
Black with #D894D6
Text Example
Text Example
White with #D894D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894D6; }
p { color: rgb(216,148,214); }
H1.HeaderClassName
{
color: #D894D6;
}
.AnyTagClassName
{
color: #D894D6;
}
</style>
background-color css
<style>
a { background-color: #D894D6; }
a { background-color: rgb(216,148,214); }
div.DivClassName
{
background-color: #D894D6;
}
.BgClassName
{
background-color: #D894D6;
}
</style>
border-color css
<style>
span { border-color: #D894D6; }
span { border-color: rgb(216,148,214); }
td.TdClassName
{
border-color: #D894D6;
}
.TagClassName
{
border-color: #D894D6;
}
</style>