Shades of Plum #D194D5
Tints of Plum #D194D5
RGB
CMYK
RGB Variations
Color information
#D194D5 (or 0xD194D5) is known color: Plum. HEX triplet: D1, 94 and D5. RGB value is (209,148,213). Sum of RGB (Red+Green+Blue) = 209+148+213=570 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.67% from 570); Green value is 148 (58.20% from 255 or 25.96% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #D194D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194D5 is #2E6B2A. Grayscale: #ADADAD. Windows color (decimal): -3042091 or 13997265. OLE color: 13997265.
HSL color Cylindrical-coordinate representation of color #D194D5: hue angle of 296.31º 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 #D194D5 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 148 | 213 | - |
| CMYK | 0.02 | 0.31 | 0 | 0.16 |
| HSL | 296.31º | 0.44% | 0.71% | - |
| HSV(B) | 296.31º | 0.31% | 0.84% | - |
| XYZ | 48.89 | 39.54 | 68.01 | - |
| YUV | 173.65 | 150.21 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 213 | 0.02 | 0.31 | 0 | 0.16 | 296.31 | 0.44 | 0.71 |
| Hex | D1 | 94 | D5 | 2 | 1F | 0 | 10 | 128 | 2C | 47 |
| Octal | 321 | 224 | 325 | 2 | 37 | 0 | 20 | 450 | 54 | 107 |
| Binary | 11010001 | 10010100 | 11010101 | 10 | 11111 | 0 | 10000 | 100101000 | 101100 | 1000111 |
Color Harmonies of #D194D5
Complementary color
Monochromatic Colors of #D194D5
Black with #D194D5
Text Example
Text Example
White with #D194D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194D5; }
p { color: rgb(209,148,213); }
H1.HeaderClassName
{
color: #D194D5;
}
.AnyTagClassName
{
color: #D194D5;
}
</style>
background-color css
<style>
a { background-color: #D194D5; }
a { background-color: rgb(209,148,213); }
div.DivClassName
{
background-color: #D194D5;
}
.BgClassName
{
background-color: #D194D5;
}
</style>
border-color css
<style>
span { border-color: #D194D5; }
span { border-color: rgb(209,148,213); }
td.TdClassName
{
border-color: #D194D5;
}
.TagClassName
{
border-color: #D194D5;
}
</style>