Shades of Plum #D896CC
Tints of Plum #D896CC
RGB
CMYK
RGB Variations
Color information
#D896CC (or 0xD896CC) is known color: Plum. HEX triplet: D8, 96 and CC. RGB value is (216,150,204). Sum of RGB (Red+Green+Blue) = 216+150+204=570 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.89% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 216 - color contains mainly: red. Hex color #D896CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D896CC is #276933. Grayscale: #AFAFAF. Windows color (decimal): -2582836 or 13407960. OLE color: 13407960.
HSL color Cylindrical-coordinate representation of color #D896CC: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896CC is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 150 | 204 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.15 |
| HSL | 310.91º | 0.46% | 0.72% | - |
| HSV(B) | 310.91º | 0.31% | 0.85% | - |
| XYZ | 50.12 | 40.77 | 62.35 | - |
| YUV | 175.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 150 | 204 | 0 | 0.31 | 0.06 | 0.15 | 310.91 | 0.46 | 0.72 |
| Hex | D8 | 96 | CC | 0 | 1F | 6 | F | 137 | 2E | 48 |
| Octal | 330 | 226 | 314 | 0 | 37 | 6 | 17 | 467 | 56 | 110 |
| Binary | 11011000 | 10010110 | 11001100 | 0 | 11111 | 110 | 1111 | 100110111 | 101110 | 1001000 |
Color Harmonies of #D896CC
Complementary color
Monochromatic Colors of #D896CC
Black with #D896CC
Text Example
Text Example
White with #D896CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D896CC; }
p { color: rgb(216,150,204); }
H1.HeaderClassName
{
color: #D896CC;
}
.AnyTagClassName
{
color: #D896CC;
}
</style>
background-color css
<style>
a { background-color: #D896CC; }
a { background-color: rgb(216,150,204); }
div.DivClassName
{
background-color: #D896CC;
}
.BgClassName
{
background-color: #D896CC;
}
</style>
border-color css
<style>
span { border-color: #D896CC; }
span { border-color: rgb(216,150,204); }
td.TdClassName
{
border-color: #D896CC;
}
.TagClassName
{
border-color: #D896CC;
}
</style>