Shades of Plum #D194DA
Tints of Plum #D194DA
RGB
CMYK
RGB Variations
Color information
#D194DA (or 0xD194DA) is known color: Plum. HEX triplet: D1, 94 and DA. RGB value is (209,148,218). Sum of RGB (Red+Green+Blue) = 209+148+218=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D194DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D194DA is #2E6B25. Grayscale: #ADADAD. Windows color (decimal): -3042086 or 14324945. OLE color: 14324945.
HSL color Cylindrical-coordinate representation of color #D194DA: hue angle of 292.29º degrees, saturation: 0.49, 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 #D194DA is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 148 | 218 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.15 |
| HSL | 292.29º | 0.49% | 0.72% | - |
| HSV(B) | 292.29º | 0.32% | 0.85% | - |
| XYZ | 49.54 | 39.8 | 71.4 | - |
| YUV | 174.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 148 | 218 | 0.04 | 0.32 | 0 | 0.15 | 292.29 | 0.49 | 0.72 |
| Hex | D1 | 94 | DA | 4 | 20 | 0 | F | 124 | 31 | 48 |
| Octal | 321 | 224 | 332 | 4 | 40 | 0 | 17 | 444 | 61 | 110 |
| Binary | 11010001 | 10010100 | 11011010 | 100 | 100000 | 0 | 1111 | 100100100 | 110001 | 1001000 |
Color Harmonies of #D194DA
Complementary color
Monochromatic Colors of #D194DA
Black with #D194DA
Text Example
Text Example
White with #D194DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D194DA; }
p { color: rgb(209,148,218); }
H1.HeaderClassName
{
color: #D194DA;
}
.AnyTagClassName
{
color: #D194DA;
}
</style>
background-color css
<style>
a { background-color: #D194DA; }
a { background-color: rgb(209,148,218); }
div.DivClassName
{
background-color: #D194DA;
}
.BgClassName
{
background-color: #D194DA;
}
</style>
border-color css
<style>
span { border-color: #D194DA; }
span { border-color: rgb(209,148,218); }
td.TdClassName
{
border-color: #D194DA;
}
.TagClassName
{
border-color: #D194DA;
}
</style>