Shades of Plum #D98CCC
Tints of Plum #D98CCC
RGB
CMYK
RGB Variations
Color information
#D98CCC (or 0xD98CCC) is known color: Plum. HEX triplet: D9, 8C and CC. RGB value is (217,140,204). Sum of RGB (Red+Green+Blue) = 217+140+204=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D98CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98CCC is #267333. Grayscale: #AAAAAA. Windows color (decimal): -2519860 or 13405401. OLE color: 13405401.
HSL color Cylindrical-coordinate representation of color #D98CCC: hue angle of 310.13º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98CCC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 140 | 204 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 310.13º | 0.5% | 0.7% | - |
| HSV(B) | 310.13º | 0.35% | 0.85% | - |
| XYZ | 48.89 | 37.87 | 61.86 | - |
| YUV | 170.32 | 147.01 | 161.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 140 | 204 | 0 | 0.35 | 0.06 | 0.15 | 310.13 | 0.5 | 0.7 |
| Hex | D9 | 8C | CC | 0 | 23 | 6 | F | 136 | 32 | 46 |
| Octal | 331 | 214 | 314 | 0 | 43 | 6 | 17 | 466 | 62 | 106 |
| Binary | 11011001 | 10001100 | 11001100 | 0 | 100011 | 110 | 1111 | 100110110 | 110010 | 1000110 |
Color Harmonies of #D98CCC
Complementary color
Monochromatic Colors of #D98CCC
Black with #D98CCC
Text Example
Text Example
White with #D98CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98CCC; }
p { color: rgb(217,140,204); }
H1.HeaderClassName
{
color: #D98CCC;
}
.AnyTagClassName
{
color: #D98CCC;
}
</style>
background-color css
<style>
a { background-color: #D98CCC; }
a { background-color: rgb(217,140,204); }
div.DivClassName
{
background-color: #D98CCC;
}
.BgClassName
{
background-color: #D98CCC;
}
</style>
border-color css
<style>
span { border-color: #D98CCC; }
span { border-color: rgb(217,140,204); }
td.TdClassName
{
border-color: #D98CCC;
}
.TagClassName
{
border-color: #D98CCC;
}
</style>