Shades of Plum #D791D2
Tints of Plum #D791D2
RGB
CMYK
RGB Variations
Color information
#D791D2 (or 0xD791D2) is known color: Plum. HEX triplet: D7, 91 and D2. RGB value is (215,145,210). Sum of RGB (Red+Green+Blue) = 215+145+210=570 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.72% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 210 (82.42% from 255 or 36.84% from 570); Max value from RGB is 215 - color contains mainly: red. Hex color #D791D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D2 is #286E2D. Grayscale: #ADADAD. Windows color (decimal): -2649646 or 13799895. OLE color: 13799895.
HSL color Cylindrical-coordinate representation of color #D791D2: hue angle of 304.29º 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 #D791D2 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 210 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.16 |
| HSL | 304.29º | 0.47% | 0.71% | - |
| HSV(B) | 304.29º | 0.33% | 0.84% | - |
| XYZ | 49.78 | 39.35 | 65.94 | - |
| YUV | 173.34 | 148.69 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 210 | 0 | 0.33 | 0.02 | 0.16 | 304.29 | 0.47 | 0.71 |
| Hex | D7 | 91 | D2 | 0 | 21 | 2 | 10 | 130 | 2F | 47 |
| Octal | 327 | 221 | 322 | 0 | 41 | 2 | 20 | 460 | 57 | 107 |
| Binary | 11010111 | 10010001 | 11010010 | 0 | 100001 | 10 | 10000 | 100110000 | 101111 | 1000111 |
Color Harmonies of #D791D2
Complementary color
Monochromatic Colors of #D791D2
Black with #D791D2
Text Example
Text Example
White with #D791D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791D2; }
p { color: rgb(215,145,210); }
H1.HeaderClassName
{
color: #D791D2;
}
.AnyTagClassName
{
color: #D791D2;
}
</style>
background-color css
<style>
a { background-color: #D791D2; }
a { background-color: rgb(215,145,210); }
div.DivClassName
{
background-color: #D791D2;
}
.BgClassName
{
background-color: #D791D2;
}
</style>
border-color css
<style>
span { border-color: #D791D2; }
span { border-color: rgb(215,145,210); }
td.TdClassName
{
border-color: #D791D2;
}
.TagClassName
{
border-color: #D791D2;
}
</style>