Shades of Plum #D593D8
Tints of Plum #D593D8
RGB
CMYK
RGB Variations
Color information
#D593D8 (or 0xD593D8) is known color: Plum. HEX triplet: D5, 93 and D8. RGB value is (213,147,216). Sum of RGB (Red+Green+Blue) = 213+147+216=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D593D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593D8 is #2A6C27. Grayscale: #AEAEAE. Windows color (decimal): -2780200 or 14193621. OLE color: 14193621.
HSL color Cylindrical-coordinate representation of color #D593D8: hue angle of 297.39º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D593D8 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 147 | 216 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.15 |
| HSL | 297.39º | 0.47% | 0.71% | - |
| HSV(B) | 297.39º | 0.32% | 0.85% | - |
| XYZ | 50.27 | 39.97 | 70.03 | - |
| YUV | 174.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 216 | 0.01 | 0.32 | 0 | 0.15 | 297.39 | 0.47 | 0.71 |
| Hex | D5 | 93 | D8 | 1 | 20 | 0 | F | 129 | 2F | 47 |
| Octal | 325 | 223 | 330 | 1 | 40 | 0 | 17 | 451 | 57 | 107 |
| Binary | 11010101 | 10010011 | 11011000 | 1 | 100000 | 0 | 1111 | 100101001 | 101111 | 1000111 |
Color Harmonies of #D593D8
Complementary color
Monochromatic Colors of #D593D8
Black with #D593D8
Text Example
Text Example
White with #D593D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593D8; }
p { color: rgb(213,147,216); }
H1.HeaderClassName
{
color: #D593D8;
}
.AnyTagClassName
{
color: #D593D8;
}
</style>
background-color css
<style>
a { background-color: #D593D8; }
a { background-color: rgb(213,147,216); }
div.DivClassName
{
background-color: #D593D8;
}
.BgClassName
{
background-color: #D593D8;
}
</style>
border-color css
<style>
span { border-color: #D593D8; }
span { border-color: rgb(213,147,216); }
td.TdClassName
{
border-color: #D593D8;
}
.TagClassName
{
border-color: #D593D8;
}
</style>