Shades of Plum #D19AD4
Tints of Plum #D19AD4
RGB
CMYK
RGB Variations
Color information
#D19AD4 (or 0xD19AD4) is known color: Plum. HEX triplet: D1, 9A and D4. RGB value is (209,154,212). Sum of RGB (Red+Green+Blue) = 209+154+212=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 212 (83.20% from 255 or 36.87% from 575); Max value from RGB is 212 - color contains mainly: blue. Hex color #D19AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19AD4 is #2E652B. Grayscale: #B0B0B0. Windows color (decimal): -3040556 or 13933265. OLE color: 13933265.
HSL color Cylindrical-coordinate representation of color #D19AD4: hue angle of 296.9º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D19AD4 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 154 | 212 | - |
| CMYK | 0.01 | 0.27 | 0 | 0.17 |
| HSL | 296.9º | 0.4% | 0.72% | - |
| HSV(B) | 296.9º | 0.27% | 0.83% | - |
| XYZ | 49.73 | 41.42 | 67.66 | - |
| YUV | 177.06 | 147.72 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 154 | 212 | 0.01 | 0.27 | 0 | 0.17 | 296.9 | 0.4 | 0.72 |
| Hex | D1 | 9A | D4 | 1 | 1B | 0 | 11 | 129 | 28 | 48 |
| Octal | 321 | 232 | 324 | 1 | 33 | 0 | 21 | 451 | 50 | 110 |
| Binary | 11010001 | 10011010 | 11010100 | 1 | 11011 | 0 | 10001 | 100101001 | 101000 | 1001000 |
Color Harmonies of #D19AD4
Complementary color
Monochromatic Colors of #D19AD4
Black with #D19AD4
Text Example
Text Example
White with #D19AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19AD4; }
p { color: rgb(209,154,212); }
H1.HeaderClassName
{
color: #D19AD4;
}
.AnyTagClassName
{
color: #D19AD4;
}
</style>
background-color css
<style>
a { background-color: #D19AD4; }
a { background-color: rgb(209,154,212); }
div.DivClassName
{
background-color: #D19AD4;
}
.BgClassName
{
background-color: #D19AD4;
}
</style>
border-color css
<style>
span { border-color: #D19AD4; }
span { border-color: rgb(209,154,212); }
td.TdClassName
{
border-color: #D19AD4;
}
.TagClassName
{
border-color: #D19AD4;
}
</style>