Shades of Plum #D599DD
Tints of Plum #D599DD
RGB
CMYK
RGB Variations
Color information
#D599DD (or 0xD599DD) is known color: Plum. HEX triplet: D5, 99 and DD. RGB value is (213,153,221). Sum of RGB (Red+Green+Blue) = 213+153+221=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #D599DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DD is #2A6622. Grayscale: #B2B2B2. Windows color (decimal): -2778659 or 14522837. OLE color: 14522837.
HSL color Cylindrical-coordinate representation of color #D599DD: hue angle of 292.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D599DD is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 153 | 221 | - |
| CMYK | 0.04 | 0.31 | 0 | 0.13 |
| HSL | 292.94º | 0.5% | 0.73% | - |
| HSV(B) | 292.94º | 0.31% | 0.87% | - |
| XYZ | 51.88 | 42.15 | 73.81 | - |
| YUV | 178.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 153 | 221 | 0.04 | 0.31 | 0 | 0.13 | 292.94 | 0.5 | 0.73 |
| Hex | D5 | 99 | DD | 4 | 1F | 0 | D | 125 | 32 | 49 |
| Octal | 325 | 231 | 335 | 4 | 37 | 0 | 15 | 445 | 62 | 111 |
| Binary | 11010101 | 10011001 | 11011101 | 100 | 11111 | 0 | 1101 | 100100101 | 110010 | 1001001 |
Color Harmonies of #D599DD
Complementary color
Monochromatic Colors of #D599DD
Black with #D599DD
Text Example
Text Example
White with #D599DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D599DD; }
p { color: rgb(213,153,221); }
H1.HeaderClassName
{
color: #D599DD;
}
.AnyTagClassName
{
color: #D599DD;
}
</style>
background-color css
<style>
a { background-color: #D599DD; }
a { background-color: rgb(213,153,221); }
div.DivClassName
{
background-color: #D599DD;
}
.BgClassName
{
background-color: #D599DD;
}
</style>
border-color css
<style>
span { border-color: #D599DD; }
span { border-color: rgb(213,153,221); }
td.TdClassName
{
border-color: #D599DD;
}
.TagClassName
{
border-color: #D599DD;
}
</style>