Shades of Plum #D593D1
Tints of Plum #D593D1
RGB
CMYK
RGB Variations
Color information
#D593D1 (or 0xD593D1) is known color: Plum. HEX triplet: D5, 93 and D1. RGB value is (213,147,209). Sum of RGB (Red+Green+Blue) = 213+147+209=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 209 (82.03% from 255 or 36.73% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D593D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593D1 is #2A6C2E. Grayscale: #ADADAD. Windows color (decimal): -2780207 or 13734869. OLE color: 13734869.
HSL color Cylindrical-coordinate representation of color #D593D1: hue angle of 303.64º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D593D1 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 209 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.16 |
| HSL | 303.64º | 0.44% | 0.71% | - |
| HSV(B) | 303.64º | 0.31% | 0.84% | - |
| XYZ | 49.38 | 39.62 | 65.37 | - |
| YUV | 173.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 209 | 0 | 0.31 | 0.02 | 0.16 | 303.64 | 0.44 | 0.71 |
| Hex | D5 | 93 | D1 | 0 | 1F | 2 | 10 | 130 | 2C | 47 |
| Octal | 325 | 223 | 321 | 0 | 37 | 2 | 20 | 460 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11010001 | 0 | 11111 | 10 | 10000 | 100110000 | 101100 | 1000111 |
Color Harmonies of #D593D1
Complementary color
Monochromatic Colors of #D593D1
Black with #D593D1
Text Example
Text Example
White with #D593D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593D1; }
p { color: rgb(213,147,209); }
H1.HeaderClassName
{
color: #D593D1;
}
.AnyTagClassName
{
color: #D593D1;
}
</style>
background-color css
<style>
a { background-color: #D593D1; }
a { background-color: rgb(213,147,209); }
div.DivClassName
{
background-color: #D593D1;
}
.BgClassName
{
background-color: #D593D1;
}
</style>
border-color css
<style>
span { border-color: #D593D1; }
span { border-color: rgb(213,147,209); }
td.TdClassName
{
border-color: #D593D1;
}
.TagClassName
{
border-color: #D593D1;
}
</style>