Shades of Plum #D791DD
Tints of Plum #D791DD
RGB
CMYK
RGB Variations
Color information
#D791DD (or 0xD791DD) is known color: Plum. HEX triplet: D7, 91 and DD. RGB value is (215,145,221). Sum of RGB (Red+Green+Blue) = 215+145+221=581 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.01% from 581); Green value is 145 (57.03% from 255 or 24.96% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #D791DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791DD is #286E22. Grayscale: #AEAEAE. Windows color (decimal): -2649635 or 14520791. OLE color: 14520791.
HSL color Cylindrical-coordinate representation of color #D791DD: hue angle of 295.26º 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 #D791DD is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 145 | 221 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.13 |
| HSL | 295.26º | 0.53% | 0.72% | - |
| HSV(B) | 295.26º | 0.34% | 0.87% | - |
| XYZ | 51.2 | 39.92 | 73.41 | - |
| YUV | 174.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 221 | 0.03 | 0.34 | 0 | 0.13 | 295.26 | 0.53 | 0.72 |
| Hex | D7 | 91 | DD | 3 | 22 | 0 | D | 127 | 35 | 48 |
| Octal | 327 | 221 | 335 | 3 | 42 | 0 | 15 | 447 | 65 | 110 |
| Binary | 11010111 | 10010001 | 11011101 | 11 | 100010 | 0 | 1101 | 100100111 | 110101 | 1001000 |
Color Harmonies of #D791DD
Complementary color
Monochromatic Colors of #D791DD
Black with #D791DD
Text Example
Text Example
White with #D791DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791DD; }
p { color: rgb(215,145,221); }
H1.HeaderClassName
{
color: #D791DD;
}
.AnyTagClassName
{
color: #D791DD;
}
</style>
background-color css
<style>
a { background-color: #D791DD; }
a { background-color: rgb(215,145,221); }
div.DivClassName
{
background-color: #D791DD;
}
.BgClassName
{
background-color: #D791DD;
}
</style>
border-color css
<style>
span { border-color: #D791DD; }
span { border-color: rgb(215,145,221); }
td.TdClassName
{
border-color: #D791DD;
}
.TagClassName
{
border-color: #D791DD;
}
</style>