Shades of Plum #D98BCC
Tints of Plum #D98BCC
RGB
CMYK
RGB Variations
Color information
#D98BCC (or 0xD98BCC) is known color: Plum. HEX triplet: D9, 8B and CC. RGB value is (217,139,204). Sum of RGB (Red+Green+Blue) = 217+139+204=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 139 (54.69% from 255 or 24.82% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BCC is #267433. Grayscale: #A9A9A9. Windows color (decimal): -2520116 or 13405145. OLE color: 13405145.
HSL color Cylindrical-coordinate representation of color #D98BCC: hue angle of 310º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D98BCC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 204 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.15 |
| HSL | 310º | 0.51% | 0.7% | - |
| HSV(B) | 310º | 0.36% | 0.85% | - |
| XYZ | 48.75 | 37.58 | 61.81 | - |
| YUV | 169.73 | 147.34 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 204 | 0 | 0.36 | 0.06 | 0.15 | 310 | 0.51 | 0.7 |
| Hex | D9 | 8B | CC | 0 | 24 | 6 | F | 136 | 33 | 46 |
| Octal | 331 | 213 | 314 | 0 | 44 | 6 | 17 | 466 | 63 | 106 |
| Binary | 11011001 | 10001011 | 11001100 | 0 | 100100 | 110 | 1111 | 100110110 | 110011 | 1000110 |
Color Harmonies of #D98BCC
Complementary color
Monochromatic Colors of #D98BCC
Black with #D98BCC
Text Example
Text Example
White with #D98BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BCC; }
p { color: rgb(217,139,204); }
H1.HeaderClassName
{
color: #D98BCC;
}
.AnyTagClassName
{
color: #D98BCC;
}
</style>
background-color css
<style>
a { background-color: #D98BCC; }
a { background-color: rgb(217,139,204); }
div.DivClassName
{
background-color: #D98BCC;
}
.BgClassName
{
background-color: #D98BCC;
}
</style>
border-color css
<style>
span { border-color: #D98BCC; }
span { border-color: rgb(217,139,204); }
td.TdClassName
{
border-color: #D98BCC;
}
.TagClassName
{
border-color: #D98BCC;
}
</style>