Shades of Plum #D49FD5
Tints of Plum #D49FD5
RGB
CMYK
RGB Variations
Color information
#D49FD5 (or 0xD49FD5) is known color: Plum. HEX triplet: D4, 9F and D5. RGB value is (212,159,213). Sum of RGB (Red+Green+Blue) = 212+159+213=584 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.30% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #D49FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD5 is #2B602A. Grayscale: #B4B4B4. Windows color (decimal): -2842667 or 14000084. OLE color: 14000084.
HSL color Cylindrical-coordinate representation of color #D49FD5: hue angle of 298.89º 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 #D49FD5 is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 159 | 213 | - |
| CMYK | 0.00 | 0.25 | 0 | 0.16 |
| HSL | 298.89º | 0.39% | 0.73% | - |
| HSV(B) | 298.89º | 0.25% | 0.84% | - |
| XYZ | 51.56 | 43.6 | 68.65 | - |
| YUV | 181 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 213 | 0.00 | 0.25 | 0 | 0.16 | 298.89 | 0.39 | 0.73 |
| Hex | D4 | 9F | D5 | 0 | 19 | 0 | 10 | 12B | 27 | 49 |
| Octal | 324 | 237 | 325 | 0 | 31 | 0 | 20 | 453 | 47 | 111 |
| Binary | 11010100 | 10011111 | 11010101 | 0 | 11001 | 0 | 10000 | 100101011 | 100111 | 1001001 |
Color Harmonies of #D49FD5
Complementary color
Monochromatic Colors of #D49FD5
Black with #D49FD5
Text Example
Text Example
White with #D49FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FD5; }
p { color: rgb(212,159,213); }
H1.HeaderClassName
{
color: #D49FD5;
}
.AnyTagClassName
{
color: #D49FD5;
}
</style>
background-color css
<style>
a { background-color: #D49FD5; }
a { background-color: rgb(212,159,213); }
div.DivClassName
{
background-color: #D49FD5;
}
.BgClassName
{
background-color: #D49FD5;
}
</style>
border-color css
<style>
span { border-color: #D49FD5; }
span { border-color: rgb(212,159,213); }
td.TdClassName
{
border-color: #D49FD5;
}
.TagClassName
{
border-color: #D49FD5;
}
</style>