Shades of Plum #D98BDA
Tints of Plum #D98BDA
RGB
CMYK
RGB Variations
Color information
#D98BDA (or 0xD98BDA) is known color: Plum. HEX triplet: D9, 8B and DA. RGB value is (217,139,218). Sum of RGB (Red+Green+Blue) = 217+139+218=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #D98BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98BDA is #267425. Grayscale: #ABABAB. Windows color (decimal): -2520102 or 14322649. OLE color: 14322649.
HSL color Cylindrical-coordinate representation of color #D98BDA: hue angle of 299.24º degrees, saturation: 0.52, 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 #D98BDA is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 139 | 218 | - |
| CMYK | 0.00 | 0.36 | 0 | 0.15 |
| HSL | 299.24º | 0.52% | 0.7% | - |
| HSV(B) | 299.24º | 0.36% | 0.85% | - |
| XYZ | 50.5 | 38.28 | 71.06 | - |
| YUV | 171.33 | 154.34 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 139 | 218 | 0.00 | 0.36 | 0 | 0.15 | 299.24 | 0.52 | 0.7 |
| Hex | D9 | 8B | DA | 0 | 24 | 0 | F | 12B | 34 | 46 |
| Octal | 331 | 213 | 332 | 0 | 44 | 0 | 17 | 453 | 64 | 106 |
| Binary | 11011001 | 10001011 | 11011010 | 0 | 100100 | 0 | 1111 | 100101011 | 110100 | 1000110 |
Color Harmonies of #D98BDA
Complementary color
Monochromatic Colors of #D98BDA
Black with #D98BDA
Text Example
Text Example
White with #D98BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98BDA; }
p { color: rgb(217,139,218); }
H1.HeaderClassName
{
color: #D98BDA;
}
.AnyTagClassName
{
color: #D98BDA;
}
</style>
background-color css
<style>
a { background-color: #D98BDA; }
a { background-color: rgb(217,139,218); }
div.DivClassName
{
background-color: #D98BDA;
}
.BgClassName
{
background-color: #D98BDA;
}
</style>
border-color css
<style>
span { border-color: #D98BDA; }
span { border-color: rgb(217,139,218); }
td.TdClassName
{
border-color: #D98BDA;
}
.TagClassName
{
border-color: #D98BDA;
}
</style>