Shades of Plum #D49CDD
Tints of Plum #D49CDD
RGB
CMYK
RGB Variations
Color information
#D49CDD (or 0xD49CDD) is known color: Plum. HEX triplet: D4, 9C and DD. RGB value is (212,156,221). Sum of RGB (Red+Green+Blue) = 212+156+221=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #D49CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CDD is #2B6322. Grayscale: #B3B3B3. Windows color (decimal): -2843427 or 14523604. OLE color: 14523604.
HSL color Cylindrical-coordinate representation of color #D49CDD: hue angle of 291.69º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D49CDD is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 156 | 221 | - |
| CMYK | 0.04 | 0.29 | 0 | 0.13 |
| HSL | 291.69º | 0.49% | 0.74% | - |
| HSV(B) | 291.69º | 0.29% | 0.87% | - |
| XYZ | 52.09 | 42.99 | 73.96 | - |
| YUV | 180.15 | 151.05 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 221 | 0.04 | 0.29 | 0 | 0.13 | 291.69 | 0.49 | 0.74 |
| Hex | D4 | 9C | DD | 4 | 1D | 0 | D | 124 | 31 | 4A |
| Octal | 324 | 234 | 335 | 4 | 35 | 0 | 15 | 444 | 61 | 112 |
| Binary | 11010100 | 10011100 | 11011101 | 100 | 11101 | 0 | 1101 | 100100100 | 110001 | 1001010 |
Color Harmonies of #D49CDD
Complementary color
Monochromatic Colors of #D49CDD
Black with #D49CDD
Text Example
Text Example
White with #D49CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CDD; }
p { color: rgb(212,156,221); }
H1.HeaderClassName
{
color: #D49CDD;
}
.AnyTagClassName
{
color: #D49CDD;
}
</style>
background-color css
<style>
a { background-color: #D49CDD; }
a { background-color: rgb(212,156,221); }
div.DivClassName
{
background-color: #D49CDD;
}
.BgClassName
{
background-color: #D49CDD;
}
</style>
border-color css
<style>
span { border-color: #D49CDD; }
span { border-color: rgb(212,156,221); }
td.TdClassName
{
border-color: #D49CDD;
}
.TagClassName
{
border-color: #D49CDD;
}
</style>