Shades of Plum #D588DD
Tints of Plum #D588DD
RGB
CMYK
RGB Variations
Color information
#D588DD (or 0xD588DD) is known color: Plum. HEX triplet: D5, 88 and DD. RGB value is (213,136,221). Sum of RGB (Red+Green+Blue) = 213+136+221=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D588DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DD is #2A7722. Grayscale: #A8A8A8. Windows color (decimal): -2783011 or 14518485. OLE color: 14518485.
HSL color Cylindrical-coordinate representation of color #D588DD: hue angle of 294.35º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D588DD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 136 | 221 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.13 |
| HSL | 294.35º | 0.56% | 0.7% | - |
| HSV(B) | 294.35º | 0.38% | 0.87% | - |
| XYZ | 49.3 | 36.97 | 72.95 | - |
| YUV | 168.71 | 157.51 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 221 | 0.04 | 0.38 | 0 | 0.13 | 294.35 | 0.56 | 0.7 |
| Hex | D5 | 88 | DD | 4 | 26 | 0 | D | 126 | 38 | 46 |
| Octal | 325 | 210 | 335 | 4 | 46 | 0 | 15 | 446 | 70 | 106 |
| Binary | 11010101 | 10001000 | 11011101 | 100 | 100110 | 0 | 1101 | 100100110 | 111000 | 1000110 |
Color Harmonies of #D588DD
Complementary color
Monochromatic Colors of #D588DD
Black with #D588DD
Text Example
Text Example
White with #D588DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588DD; }
p { color: rgb(213,136,221); }
H1.HeaderClassName
{
color: #D588DD;
}
.AnyTagClassName
{
color: #D588DD;
}
</style>
background-color css
<style>
a { background-color: #D588DD; }
a { background-color: rgb(213,136,221); }
div.DivClassName
{
background-color: #D588DD;
}
.BgClassName
{
background-color: #D588DD;
}
</style>
border-color css
<style>
span { border-color: #D588DD; }
span { border-color: rgb(213,136,221); }
td.TdClassName
{
border-color: #D588DD;
}
.TagClassName
{
border-color: #D588DD;
}
</style>