Shades of Plum #D19FD5
Tints of Plum #D19FD5
RGB
CMYK
RGB Variations
Color information
#D19FD5 (or 0xD19FD5) is known color: Plum. HEX triplet: D1, 9F and D5. RGB value is (209,159,213). Sum of RGB (Red+Green+Blue) = 209+159+213=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 213 (83.59% from 255 or 36.66% from 581); Max value from RGB is 213 - color contains mainly: blue. Hex color #D19FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D19FD5 is #2E602A. Grayscale: #B3B3B3. Windows color (decimal): -3039275 or 14000081. OLE color: 14000081.
HSL color Cylindrical-coordinate representation of color #D19FD5: hue angle of 295.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D19FD5 is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 209 | 159 | 213 | - |
CMYK | 0.02 | 0.25 | 0 | 0.16 |
HSL | 295.56º | 0.39% | 0.73% | - |
HSV(B) | 295.56º | 0.25% | 0.84% | - |
XYZ | 50.7 | 43.16 | 68.61 | - |
YUV | 180.11 | 146.57 | 148.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 159 | 213 | 0.02 | 0.25 | 0 | 0.16 | 295.56 | 0.39 | 0.73 |
Hex | D1 | 9F | D5 | 2 | 19 | 0 | 10 | 128 | 27 | 49 |
Octal | 321 | 237 | 325 | 2 | 31 | 0 | 20 | 450 | 47 | 111 |
Binary | 11010001 | 10011111 | 11010101 | 10 | 11001 | 0 | 10000 | 100101000 | 100111 | 1001001 |
Color Harmonies of #D19FD5
Complementary color
Monochromatic Colors of #D19FD5
Black with #D19FD5
Text Example
Text Example
White with #D19FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D19FD5; }
p { color: rgb(209,159,213); }
H1.HeaderClassName
{
color: #D19FD5;
}
.AnyTagClassName
{
color: #D19FD5;
}
</style>
background-color css
<style>
a { background-color: #D19FD5; }
a { background-color: rgb(209,159,213); }
div.DivClassName
{
background-color: #D19FD5;
}
.BgClassName
{
background-color: #D19FD5;
}
</style>
border-color css
<style>
span { border-color: #D19FD5; }
span { border-color: rgb(209,159,213); }
td.TdClassName
{
border-color: #D19FD5;
}
.TagClassName
{
border-color: #D19FD5;
}
</style>