Shades of Plum #D593D6
Tints of Plum #D593D6
RGB
CMYK
RGB Variations
Color information
#D593D6 (or 0xD593D6) is known color: Plum. HEX triplet: D5, 93 and D6. RGB value is (213,147,214). Sum of RGB (Red+Green+Blue) = 213+147+214=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 214 - color contains mainly: blue. Hex color #D593D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593D6 is #2A6C29. Grayscale: #AEAEAE. Windows color (decimal): -2780202 or 14062549. OLE color: 14062549.
HSL color Cylindrical-coordinate representation of color #D593D6: hue angle of 299.1º degrees, saturation: 0.45, 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 #D593D6 is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 214 | - |
| CMYK | 0.00 | 0.31 | 0 | 0.16 |
| HSL | 299.1º | 0.45% | 0.71% | - |
| HSV(B) | 299.1º | 0.31% | 0.84% | - |
| XYZ | 50.01 | 39.87 | 68.68 | - |
| YUV | 174.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 214 | 0.00 | 0.31 | 0 | 0.16 | 299.1 | 0.45 | 0.71 |
| Hex | D5 | 93 | D6 | 0 | 1F | 0 | 10 | 12B | 2D | 47 |
| Octal | 325 | 223 | 326 | 0 | 37 | 0 | 20 | 453 | 55 | 107 |
| Binary | 11010101 | 10010011 | 11010110 | 0 | 11111 | 0 | 10000 | 100101011 | 101101 | 1000111 |
Color Harmonies of #D593D6
Complementary color
Monochromatic Colors of #D593D6
Black with #D593D6
Text Example
Text Example
White with #D593D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593D6; }
p { color: rgb(213,147,214); }
H1.HeaderClassName
{
color: #D593D6;
}
.AnyTagClassName
{
color: #D593D6;
}
</style>
background-color css
<style>
a { background-color: #D593D6; }
a { background-color: rgb(213,147,214); }
div.DivClassName
{
background-color: #D593D6;
}
.BgClassName
{
background-color: #D593D6;
}
</style>
border-color css
<style>
span { border-color: #D593D6; }
span { border-color: rgb(213,147,214); }
td.TdClassName
{
border-color: #D593D6;
}
.TagClassName
{
border-color: #D593D6;
}
</style>