Shades of Plum #D194D9
Tints of Plum #D194D9
RGB
CMYK
RGB Variations
Color information
#D194D9 (or 0xD194D9) is known color: Plum. HEX triplet: D1, 94 and D9. RGB value is (209,148,217). Sum of RGB (Red+Green+Blue) = 209+148+217=574 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.41% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 217 (85.16% from 255 or 37.80% from 574); Max value from RGB is 217 - color contains mainly: blue. Hex color #D194D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194D9 is #2E6B26. Grayscale: #ADADAD. Windows color (decimal): -3042087 or 14259409. OLE color: 14259409.
HSL color Cylindrical-coordinate representation of color #D194D9: hue angle of 293.04º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D194D9 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 148 | 217 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.15 |
| HSL | 293.04º | 0.48% | 0.72% | - |
| HSV(B) | 293.04º | 0.32% | 0.85% | - |
| XYZ | 49.41 | 39.74 | 70.71 | - |
| YUV | 174.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 217 | 0.04 | 0.32 | 0 | 0.15 | 293.04 | 0.48 | 0.72 |
| Hex | D1 | 94 | D9 | 4 | 20 | 0 | F | 125 | 30 | 48 |
| Octal | 321 | 224 | 331 | 4 | 40 | 0 | 17 | 445 | 60 | 110 |
| Binary | 11010001 | 10010100 | 11011001 | 100 | 100000 | 0 | 1111 | 100100101 | 110000 | 1001000 |
Color Harmonies of #D194D9
Complementary color
Monochromatic Colors of #D194D9
Black with #D194D9
Text Example
Text Example
White with #D194D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194D9; }
p { color: rgb(209,148,217); }
H1.HeaderClassName
{
color: #D194D9;
}
.AnyTagClassName
{
color: #D194D9;
}
</style>
background-color css
<style>
a { background-color: #D194D9; }
a { background-color: rgb(209,148,217); }
div.DivClassName
{
background-color: #D194D9;
}
.BgClassName
{
background-color: #D194D9;
}
</style>
border-color css
<style>
span { border-color: #D194D9; }
span { border-color: rgb(209,148,217); }
td.TdClassName
{
border-color: #D194D9;
}
.TagClassName
{
border-color: #D194D9;
}
</style>