Shades of Plum #D592D0
Tints of Plum #D592D0
RGB
CMYK
RGB Variations
Color information
#D592D0 (or 0xD592D0) is known color: Plum. HEX triplet: D5, 92 and D0. RGB value is (213,146,208). Sum of RGB (Red+Green+Blue) = 213+146+208=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 146 (57.42% from 255 or 25.75% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D592D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592D0 is #2A6D2F. Grayscale: #ACACAC. Windows color (decimal): -2780464 or 13669077. OLE color: 13669077.
HSL color Cylindrical-coordinate representation of color #D592D0: hue angle of 304.48º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D592D0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 208 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 304.48º | 0.44% | 0.7% | - |
| HSV(B) | 304.48º | 0.31% | 0.84% | - |
| XYZ | 49.1 | 39.26 | 64.66 | - |
| YUV | 173.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 208 | 0 | 0.31 | 0.02 | 0.16 | 304.48 | 0.44 | 0.7 |
| Hex | D5 | 92 | D0 | 0 | 1F | 2 | 10 | 130 | 2C | 46 |
| Octal | 325 | 222 | 320 | 0 | 37 | 2 | 20 | 460 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11010000 | 0 | 11111 | 10 | 10000 | 100110000 | 101100 | 1000110 |
Color Harmonies of #D592D0
Complementary color
Monochromatic Colors of #D592D0
Black with #D592D0
Text Example
Text Example
White with #D592D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592D0; }
p { color: rgb(213,146,208); }
H1.HeaderClassName
{
color: #D592D0;
}
.AnyTagClassName
{
color: #D592D0;
}
</style>
background-color css
<style>
a { background-color: #D592D0; }
a { background-color: rgb(213,146,208); }
div.DivClassName
{
background-color: #D592D0;
}
.BgClassName
{
background-color: #D592D0;
}
</style>
border-color css
<style>
span { border-color: #D592D0; }
span { border-color: rgb(213,146,208); }
td.TdClassName
{
border-color: #D592D0;
}
.TagClassName
{
border-color: #D592D0;
}
</style>