Shades of Plum #D592E0
Tints of Plum #D592E0
RGB
CMYK
RGB Variations
Color information
#D592E0 (or 0xD592E0) is known color: Plum. HEX triplet: D5, 92 and E0. RGB value is (213,146,224). Sum of RGB (Red+Green+Blue) = 213+146+224=583 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.54% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D592E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592E0 is #2A6D1F. Grayscale: #AEAEAE. Windows color (decimal): -2780448 or 14717653. OLE color: 14717653.
HSL color Cylindrical-coordinate representation of color #D592E0: hue angle of 291.54º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D592E0 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 146 | 224 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.12 |
| HSL | 291.54º | 0.56% | 0.73% | - |
| HSV(B) | 291.54º | 0.35% | 0.88% | - |
| XYZ | 51.17 | 40.09 | 75.56 | - |
| YUV | 174.93 | 155.7 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 224 | 0.05 | 0.35 | 0 | 0.12 | 291.54 | 0.56 | 0.73 |
| Hex | D5 | 92 | E0 | 5 | 23 | 0 | C | 124 | 38 | 49 |
| Octal | 325 | 222 | 340 | 5 | 43 | 0 | 14 | 444 | 70 | 111 |
| Binary | 11010101 | 10010010 | 11100000 | 101 | 100011 | 0 | 1100 | 100100100 | 111000 | 1001001 |
Color Harmonies of #D592E0
Complementary color
Monochromatic Colors of #D592E0
Black with #D592E0
Text Example
Text Example
White with #D592E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D592E0; }
p { color: rgb(213,146,224); }
H1.HeaderClassName
{
color: #D592E0;
}
.AnyTagClassName
{
color: #D592E0;
}
</style>
background-color css
<style>
a { background-color: #D592E0; }
a { background-color: rgb(213,146,224); }
div.DivClassName
{
background-color: #D592E0;
}
.BgClassName
{
background-color: #D592E0;
}
</style>
border-color css
<style>
span { border-color: #D592E0; }
span { border-color: rgb(213,146,224); }
td.TdClassName
{
border-color: #D592E0;
}
.TagClassName
{
border-color: #D592E0;
}
</style>