Shades of Plum #D49ADC
Tints of Plum #D49ADC
RGB
CMYK
RGB Variations
Color information
#D49ADC (or 0xD49ADC) is known color: Plum. HEX triplet: D4, 9A and DC. RGB value is (212,154,220). Sum of RGB (Red+Green+Blue) = 212+154+220=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #D49ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49ADC is #2B6523. Grayscale: #B2B2B2. Windows color (decimal): -2843940 or 14457556. OLE color: 14457556.
HSL color Cylindrical-coordinate representation of color #D49ADC: hue angle of 292.73º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D49ADC is Cyan = 0.04, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 154 | 220 | - |
| CMYK | 0.04 | 0.3 | 0 | 0.14 |
| HSL | 292.73º | 0.49% | 0.73% | - |
| HSV(B) | 292.73º | 0.3% | 0.86% | - |
| XYZ | 51.63 | 42.28 | 73.15 | - |
| YUV | 178.87 | 151.22 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 154 | 220 | 0.04 | 0.3 | 0 | 0.14 | 292.73 | 0.49 | 0.73 |
| Hex | D4 | 9A | DC | 4 | 1E | 0 | E | 125 | 31 | 49 |
| Octal | 324 | 232 | 334 | 4 | 36 | 0 | 16 | 445 | 61 | 111 |
| Binary | 11010100 | 10011010 | 11011100 | 100 | 11110 | 0 | 1110 | 100100101 | 110001 | 1001001 |
Color Harmonies of #D49ADC
Complementary color
Monochromatic Colors of #D49ADC
Black with #D49ADC
Text Example
Text Example
White with #D49ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49ADC; }
p { color: rgb(212,154,220); }
H1.HeaderClassName
{
color: #D49ADC;
}
.AnyTagClassName
{
color: #D49ADC;
}
</style>
background-color css
<style>
a { background-color: #D49ADC; }
a { background-color: rgb(212,154,220); }
div.DivClassName
{
background-color: #D49ADC;
}
.BgClassName
{
background-color: #D49ADC;
}
</style>
border-color css
<style>
span { border-color: #D49ADC; }
span { border-color: rgb(212,154,220); }
td.TdClassName
{
border-color: #D49ADC;
}
.TagClassName
{
border-color: #D49ADC;
}
</style>