Shades of Plum #D791D4
Tints of Plum #D791D4
RGB
CMYK
RGB Variations
Color information
#D791D4 (or 0xD791D4) is known color: Plum. HEX triplet: D7, 91 and D4. RGB value is (215,145,212). Sum of RGB (Red+Green+Blue) = 215+145+212=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 215 - color contains mainly: red. Hex color #D791D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D791D4 is #286E2B. Grayscale: #ADADAD. Windows color (decimal): -2649644 or 13930967. OLE color: 13930967.
HSL color Cylindrical-coordinate representation of color #D791D4: hue angle of 302.57º 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 #D791D4 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 145 | 212 | - |
| CMYK | 0 | 0.33 | 0.01 | 0.16 |
| HSL | 302.57º | 0.47% | 0.71% | - |
| HSV(B) | 302.57º | 0.33% | 0.84% | - |
| XYZ | 50.03 | 39.45 | 67.27 | - |
| YUV | 173.57 | 149.69 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 212 | 0 | 0.33 | 0.01 | 0.16 | 302.57 | 0.47 | 0.71 |
| Hex | D7 | 91 | D4 | 0 | 21 | 1 | 10 | 12F | 2F | 47 |
| Octal | 327 | 221 | 324 | 0 | 41 | 1 | 20 | 457 | 57 | 107 |
| Binary | 11010111 | 10010001 | 11010100 | 0 | 100001 | 1 | 10000 | 100101111 | 101111 | 1000111 |
Color Harmonies of #D791D4
Complementary color
Monochromatic Colors of #D791D4
Black with #D791D4
Text Example
Text Example
White with #D791D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791D4; }
p { color: rgb(215,145,212); }
H1.HeaderClassName
{
color: #D791D4;
}
.AnyTagClassName
{
color: #D791D4;
}
</style>
background-color css
<style>
a { background-color: #D791D4; }
a { background-color: rgb(215,145,212); }
div.DivClassName
{
background-color: #D791D4;
}
.BgClassName
{
background-color: #D791D4;
}
</style>
border-color css
<style>
span { border-color: #D791D4; }
span { border-color: rgb(215,145,212); }
td.TdClassName
{
border-color: #D791D4;
}
.TagClassName
{
border-color: #D791D4;
}
</style>