Shades of Plum #D894DC
Tints of Plum #D894DC
RGB
CMYK
RGB Variations
Color information
#D894DC (or 0xD894DC) is known color: Plum. HEX triplet: D8, 94 and DC. RGB value is (216,148,220). Sum of RGB (Red+Green+Blue) = 216+148+220=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #D894DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894DC is #276B23. Grayscale: #B0B0B0. Windows color (decimal): -2583332 or 14456024. OLE color: 14456024.
HSL color Cylindrical-coordinate representation of color #D894DC: hue angle of 296.67º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D894DC is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 148 | 220 | - |
| CMYK | 0.02 | 0.33 | 0 | 0.14 |
| HSL | 296.67º | 0.51% | 0.72% | - |
| HSV(B) | 296.67º | 0.33% | 0.86% | - |
| XYZ | 51.83 | 40.95 | 72.88 | - |
| YUV | 176.54 | 152.53 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 148 | 220 | 0.02 | 0.33 | 0 | 0.14 | 296.67 | 0.51 | 0.72 |
| Hex | D8 | 94 | DC | 2 | 21 | 0 | E | 129 | 33 | 48 |
| Octal | 330 | 224 | 334 | 2 | 41 | 0 | 16 | 451 | 63 | 110 |
| Binary | 11011000 | 10010100 | 11011100 | 10 | 100001 | 0 | 1110 | 100101001 | 110011 | 1001000 |
Color Harmonies of #D894DC
Complementary color
Monochromatic Colors of #D894DC
Black with #D894DC
Text Example
Text Example
White with #D894DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D894DC; }
p { color: rgb(216,148,220); }
H1.HeaderClassName
{
color: #D894DC;
}
.AnyTagClassName
{
color: #D894DC;
}
</style>
background-color css
<style>
a { background-color: #D894DC; }
a { background-color: rgb(216,148,220); }
div.DivClassName
{
background-color: #D894DC;
}
.BgClassName
{
background-color: #D894DC;
}
</style>
border-color css
<style>
span { border-color: #D894DC; }
span { border-color: rgb(216,148,220); }
td.TdClassName
{
border-color: #D894DC;
}
.TagClassName
{
border-color: #D894DC;
}
</style>