Shades of Plum #D49CD2
Tints of Plum #D49CD2
RGB
CMYK
RGB Variations
Color information
#D49CD2 (or 0xD49CD2) is known color: Plum. HEX triplet: D4, 9C and D2. RGB value is (212,156,210). Sum of RGB (Red+Green+Blue) = 212+156+210=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 210 (82.42% from 255 or 36.33% from 578); Max value from RGB is 212 - color contains mainly: red. Hex color #D49CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D49CD2 is #2B632D. Grayscale: #B2B2B2. Windows color (decimal): -2843438 or 13802708. OLE color: 13802708.
HSL color Cylindrical-coordinate representation of color #D49CD2: hue angle of 302.14º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D49CD2 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 156 | 210 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.17 |
| HSL | 302.14º | 0.39% | 0.72% | - |
| HSV(B) | 302.14º | 0.26% | 0.83% | - |
| XYZ | 50.67 | 42.43 | 66.49 | - |
| YUV | 178.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 156 | 210 | 0 | 0.26 | 0.01 | 0.17 | 302.14 | 0.39 | 0.72 |
| Hex | D4 | 9C | D2 | 0 | 1A | 1 | 11 | 12E | 27 | 48 |
| Octal | 324 | 234 | 322 | 0 | 32 | 1 | 21 | 456 | 47 | 110 |
| Binary | 11010100 | 10011100 | 11010010 | 0 | 11010 | 1 | 10001 | 100101110 | 100111 | 1001000 |
Color Harmonies of #D49CD2
Complementary color
Monochromatic Colors of #D49CD2
Black with #D49CD2
Text Example
Text Example
White with #D49CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D49CD2; }
p { color: rgb(212,156,210); }
H1.HeaderClassName
{
color: #D49CD2;
}
.AnyTagClassName
{
color: #D49CD2;
}
</style>
background-color css
<style>
a { background-color: #D49CD2; }
a { background-color: rgb(212,156,210); }
div.DivClassName
{
background-color: #D49CD2;
}
.BgClassName
{
background-color: #D49CD2;
}
</style>
border-color css
<style>
span { border-color: #D49CD2; }
span { border-color: rgb(212,156,210); }
td.TdClassName
{
border-color: #D49CD2;
}
.TagClassName
{
border-color: #D49CD2;
}
</style>