Shades of Plum #D491DD
Tints of Plum #D491DD
RGB
CMYK
RGB Variations
Color information
#D491DD (or 0xD491DD) is known color: Plum. HEX triplet: D4, 91 and DD. RGB value is (212,145,221). Sum of RGB (Red+Green+Blue) = 212+145+221=578 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.68% from 578); Green value is 145 (57.03% from 255 or 25.09% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #D491DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491DD is #2B6E22. Grayscale: #ADADAD. Windows color (decimal): -2846243 or 14520788. OLE color: 14520788.
HSL color Cylindrical-coordinate representation of color #D491DD: hue angle of 292.89º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D491DD is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 145 | 221 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.13 |
| HSL | 292.89º | 0.53% | 0.72% | - |
| HSV(B) | 292.89º | 0.34% | 0.87% | - |
| XYZ | 50.33 | 39.47 | 73.37 | - |
| YUV | 173.7 | 154.7 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 145 | 221 | 0.04 | 0.34 | 0 | 0.13 | 292.89 | 0.53 | 0.72 |
| Hex | D4 | 91 | DD | 4 | 22 | 0 | D | 125 | 35 | 48 |
| Octal | 324 | 221 | 335 | 4 | 42 | 0 | 15 | 445 | 65 | 110 |
| Binary | 11010100 | 10010001 | 11011101 | 100 | 100010 | 0 | 1101 | 100100101 | 110101 | 1001000 |
Color Harmonies of #D491DD
Complementary color
Monochromatic Colors of #D491DD
Black with #D491DD
Text Example
Text Example
White with #D491DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D491DD; }
p { color: rgb(212,145,221); }
H1.HeaderClassName
{
color: #D491DD;
}
.AnyTagClassName
{
color: #D491DD;
}
</style>
background-color css
<style>
a { background-color: #D491DD; }
a { background-color: rgb(212,145,221); }
div.DivClassName
{
background-color: #D491DD;
}
.BgClassName
{
background-color: #D491DD;
}
</style>
border-color css
<style>
span { border-color: #D491DD; }
span { border-color: rgb(212,145,221); }
td.TdClassName
{
border-color: #D491DD;
}
.TagClassName
{
border-color: #D491DD;
}
</style>