Shades of Plum #D49FD4
Tints of Plum #D49FD4
RGB
CMYK
RGB Variations
Color information
#D49FD4 (or 0xD49FD4) is known color: Plum. HEX triplet: D4, 9F and D4. RGB value is (212,159,212). Sum of RGB (Red+Green+Blue) = 212+159+212=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 212 (83.20% from 255 or 36.36% from 583); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D49FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49FD4 is #2B602B. Grayscale: #B4B4B4. Windows color (decimal): -2842668 or 13934548. OLE color: 13934548.
HSL color Cylindrical-coordinate representation of color #D49FD4: hue angle of 300º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D49FD4 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 159 | 212 | - |
| CMYK | 0 | 0.25 | 0 | 0.17 |
| HSL | 300º | 0.38% | 0.73% | - |
| HSV(B) | 300º | 0.25% | 0.83% | - |
| XYZ | 51.43 | 43.55 | 67.98 | - |
| YUV | 180.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 159 | 212 | 0 | 0.25 | 0 | 0.17 | 300 | 0.38 | 0.73 |
| Hex | D4 | 9F | D4 | 0 | 19 | 0 | 11 | 12C | 26 | 49 |
| Octal | 324 | 237 | 324 | 0 | 31 | 0 | 21 | 454 | 46 | 111 |
| Binary | 11010100 | 10011111 | 11010100 | 0 | 11001 | 0 | 10001 | 100101100 | 100110 | 1001001 |
Color Harmonies of #D49FD4
Complementary color
Monochromatic Colors of #D49FD4
Black with #D49FD4
Text Example
Text Example
White with #D49FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49FD4; }
p { color: rgb(212,159,212); }
H1.HeaderClassName
{
color: #D49FD4;
}
.AnyTagClassName
{
color: #D49FD4;
}
</style>
background-color css
<style>
a { background-color: #D49FD4; }
a { background-color: rgb(212,159,212); }
div.DivClassName
{
background-color: #D49FD4;
}
.BgClassName
{
background-color: #D49FD4;
}
</style>
border-color css
<style>
span { border-color: #D49FD4; }
span { border-color: rgb(212,159,212); }
td.TdClassName
{
border-color: #D49FD4;
}
.TagClassName
{
border-color: #D49FD4;
}
</style>