Shades of Plum #D98AD3
Tints of Plum #D98AD3
RGB
CMYK
RGB Variations
Color information
#D98AD3 (or 0xD98AD3) is known color: Plum. HEX triplet: D9, 8A and D3. RGB value is (217,138,211). Sum of RGB (Red+Green+Blue) = 217+138+211=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 211 (82.81% from 255 or 37.28% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D98AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D98AD3 is #26752C. Grayscale: #A9A9A9. Windows color (decimal): -2520365 or 13863641. OLE color: 13863641.
HSL color Cylindrical-coordinate representation of color #D98AD3: hue angle of 304.56º 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 #D98AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 138 | 211 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.15 |
| HSL | 304.56º | 0.51% | 0.7% | - |
| HSV(B) | 304.56º | 0.36% | 0.85% | - |
| XYZ | 49.46 | 37.63 | 66.28 | - |
| YUV | 169.94 | 151.17 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 138 | 211 | 0 | 0.36 | 0.03 | 0.15 | 304.56 | 0.51 | 0.7 |
| Hex | D9 | 8A | D3 | 0 | 24 | 3 | F | 131 | 33 | 46 |
| Octal | 331 | 212 | 323 | 0 | 44 | 3 | 17 | 461 | 63 | 106 |
| Binary | 11011001 | 10001010 | 11010011 | 0 | 100100 | 11 | 1111 | 100110001 | 110011 | 1000110 |
Color Harmonies of #D98AD3
Complementary color
Monochromatic Colors of #D98AD3
Black with #D98AD3
Text Example
Text Example
White with #D98AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98AD3; }
p { color: rgb(217,138,211); }
H1.HeaderClassName
{
color: #D98AD3;
}
.AnyTagClassName
{
color: #D98AD3;
}
</style>
background-color css
<style>
a { background-color: #D98AD3; }
a { background-color: rgb(217,138,211); }
div.DivClassName
{
background-color: #D98AD3;
}
.BgClassName
{
background-color: #D98AD3;
}
</style>
border-color css
<style>
span { border-color: #D98AD3; }
span { border-color: rgb(217,138,211); }
td.TdClassName
{
border-color: #D98AD3;
}
.TagClassName
{
border-color: #D98AD3;
}
</style>