Shades of Plum #D98BE0
Tints of Plum #D98BE0
RGB
CMYK
RGB Variations
Color information
#D98BE0 (or 0xD98BE0) is known color: Plum. HEX triplet: D9, 8B and E0. RGB value is (217,139,224). Sum of RGB (Red+Green+Blue) = 217+139+224=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #D98BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BE0 is #26741F. Grayscale: #ABABAB. Windows color (decimal): -2520096 or 14715865. OLE color: 14715865.
HSL color Cylindrical-coordinate representation of color #D98BE0: hue angle of 295.06º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98BE0 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 139 | 224 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.12 |
| HSL | 295.06º | 0.58% | 0.71% | - |
| HSV(B) | 295.06º | 0.38% | 0.88% | - |
| XYZ | 51.3 | 38.6 | 75.27 | - |
| YUV | 172.01 | 157.34 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 224 | 0.03 | 0.38 | 0 | 0.12 | 295.06 | 0.58 | 0.71 |
| Hex | D9 | 8B | E0 | 3 | 26 | 0 | C | 127 | 3A | 47 |
| Octal | 331 | 213 | 340 | 3 | 46 | 0 | 14 | 447 | 72 | 107 |
| Binary | 11011001 | 10001011 | 11100000 | 11 | 100110 | 0 | 1100 | 100100111 | 111010 | 1000111 |
Color Harmonies of #D98BE0
Complementary color
Monochromatic Colors of #D98BE0
Black with #D98BE0
Text Example
Text Example
White with #D98BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BE0; }
p { color: rgb(217,139,224); }
H1.HeaderClassName
{
color: #D98BE0;
}
.AnyTagClassName
{
color: #D98BE0;
}
</style>
background-color css
<style>
a { background-color: #D98BE0; }
a { background-color: rgb(217,139,224); }
div.DivClassName
{
background-color: #D98BE0;
}
.BgClassName
{
background-color: #D98BE0;
}
</style>
border-color css
<style>
span { border-color: #D98BE0; }
span { border-color: rgb(217,139,224); }
td.TdClassName
{
border-color: #D98BE0;
}
.TagClassName
{
border-color: #D98BE0;
}
</style>