Shades of Plum #D98ECB
Tints of Plum #D98ECB
RGB
CMYK
RGB Variations
Color information
#D98ECB (or 0xD98ECB) is known color: Plum. HEX triplet: D9, 8E and CB. RGB value is (217,142,203). Sum of RGB (Red+Green+Blue) = 217+142+203=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 203 (79.69% from 255 or 36.12% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D98ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98ECB is #267134. Grayscale: #ABABAB. Windows color (decimal): -2519349 or 13340377. OLE color: 13340377.
HSL color Cylindrical-coordinate representation of color #D98ECB: hue angle of 311.2º 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 #D98ECB is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 142 | 203 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.15 |
| HSL | 311.2º | 0.5% | 0.7% | - |
| HSV(B) | 311.2º | 0.35% | 0.85% | - |
| XYZ | 49.07 | 38.41 | 61.33 | - |
| YUV | 171.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 142 | 203 | 0 | 0.35 | 0.06 | 0.15 | 311.2 | 0.5 | 0.7 |
| Hex | D9 | 8E | CB | 0 | 23 | 6 | F | 137 | 32 | 46 |
| Octal | 331 | 216 | 313 | 0 | 43 | 6 | 17 | 467 | 62 | 106 |
| Binary | 11011001 | 10001110 | 11001011 | 0 | 100011 | 110 | 1111 | 100110111 | 110010 | 1000110 |
Color Harmonies of #D98ECB
Complementary color
Monochromatic Colors of #D98ECB
Black with #D98ECB
Text Example
Text Example
White with #D98ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98ECB; }
p { color: rgb(217,142,203); }
H1.HeaderClassName
{
color: #D98ECB;
}
.AnyTagClassName
{
color: #D98ECB;
}
</style>
background-color css
<style>
a { background-color: #D98ECB; }
a { background-color: rgb(217,142,203); }
div.DivClassName
{
background-color: #D98ECB;
}
.BgClassName
{
background-color: #D98ECB;
}
</style>
border-color css
<style>
span { border-color: #D98ECB; }
span { border-color: rgb(217,142,203); }
td.TdClassName
{
border-color: #D98ECB;
}
.TagClassName
{
border-color: #D98ECB;
}
</style>