Shades of Plum #D588DC
Tints of Plum #D588DC
RGB
CMYK
RGB Variations
Color information
#D588DC (or 0xD588DC) is known color: Plum. HEX triplet: D5, 88 and DC. RGB value is (213,136,220). Sum of RGB (Red+Green+Blue) = 213+136+220=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D588DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DC is #2A7723. Grayscale: #A8A8A8. Windows color (decimal): -2783012 or 14452949. OLE color: 14452949.
HSL color Cylindrical-coordinate representation of color #D588DC: hue angle of 295º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D588DC is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 136 | 220 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.14 |
| HSL | 295º | 0.55% | 0.7% | - |
| HSV(B) | 295º | 0.38% | 0.86% | - |
| XYZ | 49.16 | 36.92 | 72.25 | - |
| YUV | 168.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 136 | 220 | 0.03 | 0.38 | 0 | 0.14 | 295 | 0.55 | 0.7 |
| Hex | D5 | 88 | DC | 3 | 26 | 0 | E | 127 | 37 | 46 |
| Octal | 325 | 210 | 334 | 3 | 46 | 0 | 16 | 447 | 67 | 106 |
| Binary | 11010101 | 10001000 | 11011100 | 11 | 100110 | 0 | 1110 | 100100111 | 110111 | 1000110 |
Color Harmonies of #D588DC
Complementary color
Monochromatic Colors of #D588DC
Black with #D588DC
Text Example
Text Example
White with #D588DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D588DC; }
p { color: rgb(213,136,220); }
H1.HeaderClassName
{
color: #D588DC;
}
.AnyTagClassName
{
color: #D588DC;
}
</style>
background-color css
<style>
a { background-color: #D588DC; }
a { background-color: rgb(213,136,220); }
div.DivClassName
{
background-color: #D588DC;
}
.BgClassName
{
background-color: #D588DC;
}
</style>
border-color css
<style>
span { border-color: #D588DC; }
span { border-color: rgb(213,136,220); }
td.TdClassName
{
border-color: #D588DC;
}
.TagClassName
{
border-color: #D588DC;
}
</style>