Shades of Plum #D49ADF
Tints of Plum #D49ADF
RGB
CMYK
RGB Variations
Color information
#D49ADF (or 0xD49ADF) is known color: Plum. HEX triplet: D4, 9A and DF. RGB value is (212,154,223). Sum of RGB (Red+Green+Blue) = 212+154+223=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 154 (60.55% from 255 or 26.15% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D49ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADF is #2B6520. Grayscale: #B2B2B2. Windows color (decimal): -2843937 or 14654164. OLE color: 14654164.
HSL color Cylindrical-coordinate representation of color #D49ADF: hue angle of 290.43º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49ADF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 154 | 223 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 290.43º | 0.52% | 0.74% | - |
| HSV(B) | 290.43º | 0.31% | 0.87% | - |
| XYZ | 52.03 | 42.44 | 75.26 | - |
| YUV | 179.21 | 152.72 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 223 | 0.05 | 0.31 | 0 | 0.13 | 290.43 | 0.52 | 0.74 |
| Hex | D4 | 9A | DF | 5 | 1F | 0 | D | 122 | 34 | 4A |
| Octal | 324 | 232 | 337 | 5 | 37 | 0 | 15 | 442 | 64 | 112 |
| Binary | 11010100 | 10011010 | 11011111 | 101 | 11111 | 0 | 1101 | 100100010 | 110100 | 1001010 |
Color Harmonies of #D49ADF
Complementary color
Monochromatic Colors of #D49ADF
Black with #D49ADF
Text Example
Text Example
White with #D49ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ADF; }
p { color: rgb(212,154,223); }
H1.HeaderClassName
{
color: #D49ADF;
}
.AnyTagClassName
{
color: #D49ADF;
}
</style>
background-color css
<style>
a { background-color: #D49ADF; }
a { background-color: rgb(212,154,223); }
div.DivClassName
{
background-color: #D49ADF;
}
.BgClassName
{
background-color: #D49ADF;
}
</style>
border-color css
<style>
span { border-color: #D49ADF; }
span { border-color: rgb(212,154,223); }
td.TdClassName
{
border-color: #D49ADF;
}
.TagClassName
{
border-color: #D49ADF;
}
</style>