Shades of Plum #D19FD8
Tints of Plum #D19FD8
RGB
CMYK
RGB Variations
Color information
#D19FD8 (or 0xD19FD8) is known color: Plum. HEX triplet: D1, 9F and D8. RGB value is (209,159,216). Sum of RGB (Red+Green+Blue) = 209+159+216=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 216 - color contains mainly: blue. Hex color #D19FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FD8 is #2E6027. Grayscale: #B4B4B4. Windows color (decimal): -3039272 or 14196689. OLE color: 14196689.
HSL color Cylindrical-coordinate representation of color #D19FD8: hue angle of 292.63º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D19FD8 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 209 | 159 | 216 | - |
CMYK | 0.03 | 0.26 | 0 | 0.15 |
HSL | 292.63º | 0.42% | 0.74% | - |
HSV(B) | 292.63º | 0.26% | 0.85% | - |
XYZ | 51.09 | 43.31 | 70.63 | - |
YUV | 180.45 | 148.07 | 148.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 159 | 216 | 0.03 | 0.26 | 0 | 0.15 | 292.63 | 0.42 | 0.74 |
Hex | D1 | 9F | D8 | 3 | 1A | 0 | F | 125 | 2A | 4A |
Octal | 321 | 237 | 330 | 3 | 32 | 0 | 17 | 445 | 52 | 112 |
Binary | 11010001 | 10011111 | 11011000 | 11 | 11010 | 0 | 1111 | 100100101 | 101010 | 1001010 |
Color Harmonies of #D19FD8
Complementary color
Monochromatic Colors of #D19FD8
Black with #D19FD8
Text Example
Text Example
White with #D19FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FD8; }
p { color: rgb(209,159,216); }
H1.HeaderClassName
{
color: #D19FD8;
}
.AnyTagClassName
{
color: #D19FD8;
}
</style>
background-color css
<style>
a { background-color: #D19FD8; }
a { background-color: rgb(209,159,216); }
div.DivClassName
{
background-color: #D19FD8;
}
.BgClassName
{
background-color: #D19FD8;
}
</style>
border-color css
<style>
span { border-color: #D19FD8; }
span { border-color: rgb(209,159,216); }
td.TdClassName
{
border-color: #D19FD8;
}
.TagClassName
{
border-color: #D19FD8;
}
</style>