Shades of Plum #D59FDD
Tints of Plum #D59FDD
RGB
CMYK
RGB Variations
Color information
#D59FDD (or 0xD59FDD) is known color: Plum. HEX triplet: D5, 9F and DD. RGB value is (213,159,221). Sum of RGB (Red+Green+Blue) = 213+159+221=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #D59FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FDD is #2A6022. Grayscale: #B6B6B6. Windows color (decimal): -2777123 or 14524373. OLE color: 14524373.
HSL color Cylindrical-coordinate representation of color #D59FDD: hue angle of 292.26º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D59FDD is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 159 | 221 | - |
| CMYK | 0.04 | 0.28 | 0 | 0.13 |
| HSL | 292.26º | 0.48% | 0.75% | - |
| HSV(B) | 292.26º | 0.28% | 0.87% | - |
| XYZ | 52.89 | 44.16 | 74.14 | - |
| YUV | 182.21 | 149.89 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 221 | 0.04 | 0.28 | 0 | 0.13 | 292.26 | 0.48 | 0.75 |
| Hex | D5 | 9F | DD | 4 | 1C | 0 | D | 124 | 30 | 4B |
| Octal | 325 | 237 | 335 | 4 | 34 | 0 | 15 | 444 | 60 | 113 |
| Binary | 11010101 | 10011111 | 11011101 | 100 | 11100 | 0 | 1101 | 100100100 | 110000 | 1001011 |
Color Harmonies of #D59FDD
Complementary color
Monochromatic Colors of #D59FDD
Black with #D59FDD
Text Example
Text Example
White with #D59FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FDD; }
p { color: rgb(213,159,221); }
H1.HeaderClassName
{
color: #D59FDD;
}
.AnyTagClassName
{
color: #D59FDD;
}
</style>
background-color css
<style>
a { background-color: #D59FDD; }
a { background-color: rgb(213,159,221); }
div.DivClassName
{
background-color: #D59FDD;
}
.BgClassName
{
background-color: #D59FDD;
}
</style>
border-color css
<style>
span { border-color: #D59FDD; }
span { border-color: rgb(213,159,221); }
td.TdClassName
{
border-color: #D59FDD;
}
.TagClassName
{
border-color: #D59FDD;
}
</style>