Shades of Plum #D594DF
Tints of Plum #D594DF
RGB
CMYK
RGB Variations
Color information
#D594DF (or 0xD594DF) is known color: Plum. HEX triplet: D5, 94 and DF. RGB value is (213,148,223). Sum of RGB (Red+Green+Blue) = 213+148+223=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #D594DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594DF is #2A6B20. Grayscale: #AFAFAF. Windows color (decimal): -2779937 or 14652629. OLE color: 14652629.
HSL color Cylindrical-coordinate representation of color #D594DF: hue angle of 292º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D594DF is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 148 | 223 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.13 |
| HSL | 292º | 0.54% | 0.73% | - |
| HSV(B) | 292º | 0.34% | 0.87% | - |
| XYZ | 51.35 | 40.65 | 74.95 | - |
| YUV | 175.99 | 154.53 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 148 | 223 | 0.04 | 0.34 | 0 | 0.13 | 292 | 0.54 | 0.73 |
| Hex | D5 | 94 | DF | 4 | 22 | 0 | D | 124 | 36 | 49 |
| Octal | 325 | 224 | 337 | 4 | 42 | 0 | 15 | 444 | 66 | 111 |
| Binary | 11010101 | 10010100 | 11011111 | 100 | 100010 | 0 | 1101 | 100100100 | 110110 | 1001001 |
Color Harmonies of #D594DF
Complementary color
Monochromatic Colors of #D594DF
Black with #D594DF
Text Example
Text Example
White with #D594DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D594DF; }
p { color: rgb(213,148,223); }
H1.HeaderClassName
{
color: #D594DF;
}
.AnyTagClassName
{
color: #D594DF;
}
</style>
background-color css
<style>
a { background-color: #D594DF; }
a { background-color: rgb(213,148,223); }
div.DivClassName
{
background-color: #D594DF;
}
.BgClassName
{
background-color: #D594DF;
}
</style>
border-color css
<style>
span { border-color: #D594DF; }
span { border-color: rgb(213,148,223); }
td.TdClassName
{
border-color: #D594DF;
}
.TagClassName
{
border-color: #D594DF;
}
</style>