Shades of Plum #D592D1
Tints of Plum #D592D1
RGB
CMYK
RGB Variations
Color information
#D592D1 (or 0xD592D1) is known color: Plum. HEX triplet: D5, 92 and D1. RGB value is (213,146,209). Sum of RGB (Red+Green+Blue) = 213+146+209=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D592D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592D1 is #2A6D2E. Grayscale: #ADADAD. Windows color (decimal): -2780463 or 13734613. OLE color: 13734613.
HSL color Cylindrical-coordinate representation of color #D592D1: hue angle of 303.58º 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 #D592D1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 209 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 303.58º | 0.44% | 0.7% | - |
| HSV(B) | 303.58º | 0.31% | 0.84% | - |
| XYZ | 49.23 | 39.31 | 65.31 | - |
| YUV | 173.22 | 148.2 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 209 | 0 | 0.31 | 0.02 | 0.16 | 303.58 | 0.44 | 0.7 |
| Hex | D5 | 92 | D1 | 0 | 1F | 2 | 10 | 130 | 2C | 46 |
| Octal | 325 | 222 | 321 | 0 | 37 | 2 | 20 | 460 | 54 | 106 |
| Binary | 11010101 | 10010010 | 11010001 | 0 | 11111 | 10 | 10000 | 100110000 | 101100 | 1000110 |
Color Harmonies of #D592D1
Complementary color
Monochromatic Colors of #D592D1
Black with #D592D1
Text Example
Text Example
White with #D592D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592D1; }
p { color: rgb(213,146,209); }
H1.HeaderClassName
{
color: #D592D1;
}
.AnyTagClassName
{
color: #D592D1;
}
</style>
background-color css
<style>
a { background-color: #D592D1; }
a { background-color: rgb(213,146,209); }
div.DivClassName
{
background-color: #D592D1;
}
.BgClassName
{
background-color: #D592D1;
}
</style>
border-color css
<style>
span { border-color: #D592D1; }
span { border-color: rgb(213,146,209); }
td.TdClassName
{
border-color: #D592D1;
}
.TagClassName
{
border-color: #D592D1;
}
</style>