Shades of Plum #D193D5
Tints of Plum #D193D5
RGB
CMYK
RGB Variations
Color information
#D193D5 (or 0xD193D5) is known color: Plum. HEX triplet: D1, 93 and D5. RGB value is (209,147,213). Sum of RGB (Red+Green+Blue) = 209+147+213=569 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.73% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #D193D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D193D5 is #2E6C2A. Grayscale: #ACACAC. Windows color (decimal): -3042347 or 13997009. OLE color: 13997009.
HSL color Cylindrical-coordinate representation of color #D193D5: hue angle of 296.36º 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 #D193D5 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 147 | 213 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.16 |
| HSL | 296.36º | 0.44% | 0.71% | - |
| HSV(B) | 296.36º | 0.31% | 0.84% | - |
| XYZ | 48.74 | 39.23 | 67.95 | - |
| YUV | 173.06 | 150.54 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 147 | 213 | 0.02 | 0.31 | 0 | 0.16 | 296.36 | 0.44 | 0.71 |
| Hex | D1 | 93 | D5 | 2 | 1F | 0 | 10 | 128 | 2C | 47 |
| Octal | 321 | 223 | 325 | 2 | 37 | 0 | 20 | 450 | 54 | 107 |
| Binary | 11010001 | 10010011 | 11010101 | 10 | 11111 | 0 | 10000 | 100101000 | 101100 | 1000111 |
Color Harmonies of #D193D5
Complementary color
Monochromatic Colors of #D193D5
Black with #D193D5
Text Example
Text Example
White with #D193D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D193D5; }
p { color: rgb(209,147,213); }
H1.HeaderClassName
{
color: #D193D5;
}
.AnyTagClassName
{
color: #D193D5;
}
</style>
background-color css
<style>
a { background-color: #D193D5; }
a { background-color: rgb(209,147,213); }
div.DivClassName
{
background-color: #D193D5;
}
.BgClassName
{
background-color: #D193D5;
}
</style>
border-color css
<style>
span { border-color: #D193D5; }
span { border-color: rgb(209,147,213); }
td.TdClassName
{
border-color: #D193D5;
}
.TagClassName
{
border-color: #D193D5;
}
</style>