Shades of Plum #D588DA
Tints of Plum #D588DA
RGB
CMYK
RGB Variations
Color information
#D588DA (or 0xD588DA) is known color: Plum. HEX triplet: D5, 88 and DA. RGB value is (213,136,218). Sum of RGB (Red+Green+Blue) = 213+136+218=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D588DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DA is #2A7725. Grayscale: #A8A8A8. Windows color (decimal): -2783014 or 14321877. OLE color: 14321877.
HSL color Cylindrical-coordinate representation of color #D588DA: hue angle of 296.34º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D588DA is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 136 | 218 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.15 |
| HSL | 296.34º | 0.53% | 0.69% | - |
| HSV(B) | 296.34º | 0.38% | 0.85% | - |
| XYZ | 48.9 | 36.82 | 70.86 | - |
| YUV | 168.37 | 156.01 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 218 | 0.02 | 0.38 | 0 | 0.15 | 296.34 | 0.53 | 0.69 |
| Hex | D5 | 88 | DA | 2 | 26 | 0 | F | 128 | 35 | 45 |
| Octal | 325 | 210 | 332 | 2 | 46 | 0 | 17 | 450 | 65 | 105 |
| Binary | 11010101 | 10001000 | 11011010 | 10 | 100110 | 0 | 1111 | 100101000 | 110101 | 1000101 |
Color Harmonies of #D588DA
Complementary color
Monochromatic Colors of #D588DA
Black with #D588DA
Text Example
Text Example
White with #D588DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588DA; }
p { color: rgb(213,136,218); }
H1.HeaderClassName
{
color: #D588DA;
}
.AnyTagClassName
{
color: #D588DA;
}
</style>
background-color css
<style>
a { background-color: #D588DA; }
a { background-color: rgb(213,136,218); }
div.DivClassName
{
background-color: #D588DA;
}
.BgClassName
{
background-color: #D588DA;
}
</style>
border-color css
<style>
span { border-color: #D588DA; }
span { border-color: rgb(213,136,218); }
td.TdClassName
{
border-color: #D588DA;
}
.TagClassName
{
border-color: #D588DA;
}
</style>