Shades of Plum #D791D0
Tints of Plum #D791D0
RGB
CMYK
RGB Variations
Color information
#D791D0 (or 0xD791D0) is known color: Plum. HEX triplet: D7, 91 and D0. RGB value is (215,145,208). Sum of RGB (Red+Green+Blue) = 215+145+208=568 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.85% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 215 - color contains mainly: red. Hex color #D791D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D0 is #286E2F. Grayscale: #ACACAC. Windows color (decimal): -2649648 or 13668823. OLE color: 13668823.
HSL color Cylindrical-coordinate representation of color #D791D0: hue angle of 306º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D791D0 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 208 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.16 |
| HSL | 306º | 0.47% | 0.71% | - |
| HSV(B) | 306º | 0.33% | 0.84% | - |
| XYZ | 49.53 | 39.25 | 64.64 | - |
| YUV | 173.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 208 | 0 | 0.33 | 0.03 | 0.16 | 306 | 0.47 | 0.71 |
| Hex | D7 | 91 | D0 | 0 | 21 | 3 | 10 | 132 | 2F | 47 |
| Octal | 327 | 221 | 320 | 0 | 41 | 3 | 20 | 462 | 57 | 107 |
| Binary | 11010111 | 10010001 | 11010000 | 0 | 100001 | 11 | 10000 | 100110010 | 101111 | 1000111 |
Color Harmonies of #D791D0
Complementary color
Monochromatic Colors of #D791D0
Black with #D791D0
Text Example
Text Example
White with #D791D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791D0; }
p { color: rgb(215,145,208); }
H1.HeaderClassName
{
color: #D791D0;
}
.AnyTagClassName
{
color: #D791D0;
}
</style>
background-color css
<style>
a { background-color: #D791D0; }
a { background-color: rgb(215,145,208); }
div.DivClassName
{
background-color: #D791D0;
}
.BgClassName
{
background-color: #D791D0;
}
</style>
border-color css
<style>
span { border-color: #D791D0; }
span { border-color: rgb(215,145,208); }
td.TdClassName
{
border-color: #D791D0;
}
.TagClassName
{
border-color: #D791D0;
}
</style>