Shades of Plum #D98BD3
Tints of Plum #D98BD3
RGB
CMYK
RGB Variations
Color information
#D98BD3 (or 0xD98BD3) is known color: Plum. HEX triplet: D9, 8B and D3. RGB value is (217,139,211). Sum of RGB (Red+Green+Blue) = 217+139+211=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D98BD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BD3 is #26742C. Grayscale: #AAAAAA. Windows color (decimal): -2520109 or 13863897. OLE color: 13863897.
HSL color Cylindrical-coordinate representation of color #D98BD3: hue angle of 304.62º 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 #D98BD3 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 211 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.15 |
| HSL | 304.62º | 0.51% | 0.7% | - |
| HSV(B) | 304.62º | 0.36% | 0.85% | - |
| XYZ | 49.61 | 37.92 | 66.33 | - |
| YUV | 170.53 | 150.84 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 211 | 0 | 0.36 | 0.03 | 0.15 | 304.62 | 0.51 | 0.7 |
| Hex | D9 | 8B | D3 | 0 | 24 | 3 | F | 131 | 33 | 46 |
| Octal | 331 | 213 | 323 | 0 | 44 | 3 | 17 | 461 | 63 | 106 |
| Binary | 11011001 | 10001011 | 11010011 | 0 | 100100 | 11 | 1111 | 100110001 | 110011 | 1000110 |
Color Harmonies of #D98BD3
Complementary color
Monochromatic Colors of #D98BD3
Black with #D98BD3
Text Example
Text Example
White with #D98BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BD3; }
p { color: rgb(217,139,211); }
H1.HeaderClassName
{
color: #D98BD3;
}
.AnyTagClassName
{
color: #D98BD3;
}
</style>
background-color css
<style>
a { background-color: #D98BD3; }
a { background-color: rgb(217,139,211); }
div.DivClassName
{
background-color: #D98BD3;
}
.BgClassName
{
background-color: #D98BD3;
}
</style>
border-color css
<style>
span { border-color: #D98BD3; }
span { border-color: rgb(217,139,211); }
td.TdClassName
{
border-color: #D98BD3;
}
.TagClassName
{
border-color: #D98BD3;
}
</style>