Shades of Plum #D59DD3
Tints of Plum #D59DD3
RGB
CMYK
RGB Variations
Color information
#D59DD3 (or 0xD59DD3) is known color: Plum. HEX triplet: D5, 9D and D3. RGB value is (213,157,211). Sum of RGB (Red+Green+Blue) = 213+157+211=581 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.66% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 211 (82.81% from 255 or 36.32% from 581); Max value from RGB is 213 - color contains mainly: red. Hex color #D59DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59DD3 is #2A622C. Grayscale: #B3B3B3. Windows color (decimal): -2777645 or 13868501. OLE color: 13868501.
HSL color Cylindrical-coordinate representation of color #D59DD3: hue angle of 302.14º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D59DD3 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 157 | 211 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.16 |
| HSL | 302.14º | 0.4% | 0.73% | - |
| HSV(B) | 302.14º | 0.26% | 0.84% | - |
| XYZ | 51.26 | 42.96 | 67.22 | - |
| YUV | 179.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 157 | 211 | 0 | 0.26 | 0.01 | 0.16 | 302.14 | 0.4 | 0.73 |
| Hex | D5 | 9D | D3 | 0 | 1A | 1 | 10 | 12E | 28 | 49 |
| Octal | 325 | 235 | 323 | 0 | 32 | 1 | 20 | 456 | 50 | 111 |
| Binary | 11010101 | 10011101 | 11010011 | 0 | 11010 | 1 | 10000 | 100101110 | 101000 | 1001001 |
Color Harmonies of #D59DD3
Complementary color
Monochromatic Colors of #D59DD3
Black with #D59DD3
Text Example
Text Example
White with #D59DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59DD3; }
p { color: rgb(213,157,211); }
H1.HeaderClassName
{
color: #D59DD3;
}
.AnyTagClassName
{
color: #D59DD3;
}
</style>
background-color css
<style>
a { background-color: #D59DD3; }
a { background-color: rgb(213,157,211); }
div.DivClassName
{
background-color: #D59DD3;
}
.BgClassName
{
background-color: #D59DD3;
}
</style>
border-color css
<style>
span { border-color: #D59DD3; }
span { border-color: rgb(213,157,211); }
td.TdClassName
{
border-color: #D59DD3;
}
.TagClassName
{
border-color: #D59DD3;
}
</style>