Shades of Plum #D59FD4
Tints of Plum #D59FD4
RGB
CMYK
RGB Variations
Color information
#D59FD4 (or 0xD59FD4) is known color: Plum. HEX triplet: D5, 9F and D4. RGB value is (213,159,212). Sum of RGB (Red+Green+Blue) = 213+159+212=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 212 (83.20% from 255 or 36.30% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FD4 is #2A602B. Grayscale: #B5B5B5. Windows color (decimal): -2777132 or 13934549. OLE color: 13934549.
HSL color Cylindrical-coordinate representation of color #D59FD4: hue angle of 301.11º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FD4 is Cyan = 0, Magento = 0.25, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 159 | 212 | - |
| CMYK | 0 | 0.25 | 0.00 | 0.16 |
| HSL | 301.11º | 0.39% | 0.73% | - |
| HSV(B) | 301.11º | 0.25% | 0.84% | - |
| XYZ | 51.72 | 43.7 | 68 | - |
| YUV | 181.19 | 145.39 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 159 | 212 | 0 | 0.25 | 0.00 | 0.16 | 301.11 | 0.39 | 0.73 |
| Hex | D5 | 9F | D4 | 0 | 19 | 0 | 10 | 12D | 27 | 49 |
| Octal | 325 | 237 | 324 | 0 | 31 | 0 | 20 | 455 | 47 | 111 |
| Binary | 11010101 | 10011111 | 11010100 | 0 | 11001 | 0 | 10000 | 100101101 | 100111 | 1001001 |
Color Harmonies of #D59FD4
Complementary color
Monochromatic Colors of #D59FD4
Black with #D59FD4
Text Example
Text Example
White with #D59FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D59FD4; }
p { color: rgb(213,159,212); }
H1.HeaderClassName
{
color: #D59FD4;
}
.AnyTagClassName
{
color: #D59FD4;
}
</style>
background-color css
<style>
a { background-color: #D59FD4; }
a { background-color: rgb(213,159,212); }
div.DivClassName
{
background-color: #D59FD4;
}
.BgClassName
{
background-color: #D59FD4;
}
</style>
border-color css
<style>
span { border-color: #D59FD4; }
span { border-color: rgb(213,159,212); }
td.TdClassName
{
border-color: #D59FD4;
}
.TagClassName
{
border-color: #D59FD4;
}
</style>