Shades of Plum #D591D0
Tints of Plum #D591D0
RGB
CMYK
RGB Variations
Color information
#D591D0 (or 0xD591D0) is known color: Plum. HEX triplet: D5, 91 and D0. RGB value is (213,145,208). Sum of RGB (Red+Green+Blue) = 213+145+208=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D591D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D591D0 is #2A6E2F. Grayscale: #ACACAC. Windows color (decimal): -2780720 or 13668821. OLE color: 13668821.
HSL color Cylindrical-coordinate representation of color #D591D0: hue angle of 304.41º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D591D0 is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 145 | 208 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.16 |
| HSL | 304.41º | 0.45% | 0.7% | - |
| HSV(B) | 304.41º | 0.32% | 0.84% | - |
| XYZ | 48.95 | 38.95 | 64.61 | - |
| YUV | 172.51 | 148.03 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 145 | 208 | 0 | 0.32 | 0.02 | 0.16 | 304.41 | 0.45 | 0.7 |
| Hex | D5 | 91 | D0 | 0 | 20 | 2 | 10 | 130 | 2D | 46 |
| Octal | 325 | 221 | 320 | 0 | 40 | 2 | 20 | 460 | 55 | 106 |
| Binary | 11010101 | 10010001 | 11010000 | 0 | 100000 | 10 | 10000 | 100110000 | 101101 | 1000110 |
Color Harmonies of #D591D0
Complementary color
Monochromatic Colors of #D591D0
Black with #D591D0
Text Example
Text Example
White with #D591D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D591D0; }
p { color: rgb(213,145,208); }
H1.HeaderClassName
{
color: #D591D0;
}
.AnyTagClassName
{
color: #D591D0;
}
</style>
background-color css
<style>
a { background-color: #D591D0; }
a { background-color: rgb(213,145,208); }
div.DivClassName
{
background-color: #D591D0;
}
.BgClassName
{
background-color: #D591D0;
}
</style>
border-color css
<style>
span { border-color: #D591D0; }
span { border-color: rgb(213,145,208); }
td.TdClassName
{
border-color: #D591D0;
}
.TagClassName
{
border-color: #D591D0;
}
</style>