Shades of Plum #D598DB
Tints of Plum #D598DB
RGB
CMYK
RGB Variations
Color information
#D598DB (or 0xD598DB) is known color: Plum. HEX triplet: D5, 98 and DB. RGB value is (213,152,219). Sum of RGB (Red+Green+Blue) = 213+152+219=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 152 (59.77% from 255 or 26.03% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #D598DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D598DB is #2A6724. Grayscale: #B1B1B1. Windows color (decimal): -2778917 or 14391509. OLE color: 14391509.
HSL color Cylindrical-coordinate representation of color #D598DB: hue angle of 294.63º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D598DB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 152 | 219 | - |
| CMYK | 0.03 | 0.31 | 0 | 0.14 |
| HSL | 294.63º | 0.48% | 0.73% | - |
| HSV(B) | 294.63º | 0.31% | 0.86% | - |
| XYZ | 51.46 | 41.72 | 72.36 | - |
| YUV | 177.88 | 151.21 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 152 | 219 | 0.03 | 0.31 | 0 | 0.14 | 294.63 | 0.48 | 0.73 |
| Hex | D5 | 98 | DB | 3 | 1F | 0 | E | 127 | 30 | 49 |
| Octal | 325 | 230 | 333 | 3 | 37 | 0 | 16 | 447 | 60 | 111 |
| Binary | 11010101 | 10011000 | 11011011 | 11 | 11111 | 0 | 1110 | 100100111 | 110000 | 1001001 |
Color Harmonies of #D598DB
Complementary color
Monochromatic Colors of #D598DB
Black with #D598DB
Text Example
Text Example
White with #D598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D598DB; }
p { color: rgb(213,152,219); }
H1.HeaderClassName
{
color: #D598DB;
}
.AnyTagClassName
{
color: #D598DB;
}
</style>
background-color css
<style>
a { background-color: #D598DB; }
a { background-color: rgb(213,152,219); }
div.DivClassName
{
background-color: #D598DB;
}
.BgClassName
{
background-color: #D598DB;
}
</style>
border-color css
<style>
span { border-color: #D598DB; }
span { border-color: rgb(213,152,219); }
td.TdClassName
{
border-color: #D598DB;
}
.TagClassName
{
border-color: #D598DB;
}
</style>