Shades of Plum #D593CF
Tints of Plum #D593CF
RGB
CMYK
RGB Variations
Color information
#D593CF (or 0xD593CF) is known color: Plum. HEX triplet: D5, 93 and CF. RGB value is (213,147,207). Sum of RGB (Red+Green+Blue) = 213+147+207=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 147 (57.81% from 255 or 25.93% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 213 - color contains mainly: red. Hex color #D593CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D593CF is #2A6C30. Grayscale: #ADADAD. Windows color (decimal): -2780209 or 13603797. OLE color: 13603797.
HSL color Cylindrical-coordinate representation of color #D593CF: hue angle of 305.45º 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 #D593CF is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 147 | 207 | - |
| CMYK | 0 | 0.31 | 0.03 | 0.16 |
| HSL | 305.45º | 0.44% | 0.71% | - |
| HSV(B) | 305.45º | 0.31% | 0.84% | - |
| XYZ | 49.14 | 39.52 | 64.07 | - |
| YUV | 173.57 | 146.87 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 147 | 207 | 0 | 0.31 | 0.03 | 0.16 | 305.45 | 0.44 | 0.71 |
| Hex | D5 | 93 | CF | 0 | 1F | 3 | 10 | 131 | 2C | 47 |
| Octal | 325 | 223 | 317 | 0 | 37 | 3 | 20 | 461 | 54 | 107 |
| Binary | 11010101 | 10010011 | 11001111 | 0 | 11111 | 11 | 10000 | 100110001 | 101100 | 1000111 |
Color Harmonies of #D593CF
Complementary color
Monochromatic Colors of #D593CF
Black with #D593CF
Text Example
Text Example
White with #D593CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D593CF; }
p { color: rgb(213,147,207); }
H1.HeaderClassName
{
color: #D593CF;
}
.AnyTagClassName
{
color: #D593CF;
}
</style>
background-color css
<style>
a { background-color: #D593CF; }
a { background-color: rgb(213,147,207); }
div.DivClassName
{
background-color: #D593CF;
}
.BgClassName
{
background-color: #D593CF;
}
</style>
border-color css
<style>
span { border-color: #D593CF; }
span { border-color: rgb(213,147,207); }
td.TdClassName
{
border-color: #D593CF;
}
.TagClassName
{
border-color: #D593CF;
}
</style>