Shades of Plum #D598D9
Tints of Plum #D598D9
RGB
CMYK
RGB Variations
Color information
#D598D9 (or 0xD598D9) is known color: Plum. HEX triplet: D5, 98 and D9. RGB value is (213,152,217). Sum of RGB (Red+Green+Blue) = 213+152+217=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 152 (59.77% from 255 or 26.12% from 582); Blue value is 217 (85.16% from 255 or 37.29% from 582); Max value from RGB is 217 - color contains mainly: blue. Hex color #D598D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598D9 is #2A6726. Grayscale: #B1B1B1. Windows color (decimal): -2778919 or 14260437. OLE color: 14260437.
HSL color Cylindrical-coordinate representation of color #D598D9: hue angle of 296.31º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D598D9 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 152 | 217 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.15 |
| HSL | 296.31º | 0.46% | 0.72% | - |
| HSV(B) | 296.31º | 0.3% | 0.85% | - |
| XYZ | 51.19 | 41.61 | 70.98 | - |
| YUV | 177.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 217 | 0.02 | 0.30 | 0 | 0.15 | 296.31 | 0.46 | 0.72 |
| Hex | D5 | 98 | D9 | 2 | 1E | 0 | F | 128 | 2E | 48 |
| Octal | 325 | 230 | 331 | 2 | 36 | 0 | 17 | 450 | 56 | 110 |
| Binary | 11010101 | 10011000 | 11011001 | 10 | 11110 | 0 | 1111 | 100101000 | 101110 | 1001000 |
Color Harmonies of #D598D9
Complementary color
Monochromatic Colors of #D598D9
Black with #D598D9
Text Example
Text Example
White with #D598D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598D9; }
p { color: rgb(213,152,217); }
H1.HeaderClassName
{
color: #D598D9;
}
.AnyTagClassName
{
color: #D598D9;
}
</style>
background-color css
<style>
a { background-color: #D598D9; }
a { background-color: rgb(213,152,217); }
div.DivClassName
{
background-color: #D598D9;
}
.BgClassName
{
background-color: #D598D9;
}
</style>
border-color css
<style>
span { border-color: #D598D9; }
span { border-color: rgb(213,152,217); }
td.TdClassName
{
border-color: #D598D9;
}
.TagClassName
{
border-color: #D598D9;
}
</style>