Shades of Plum #D791E6
Tints of Plum #D791E6
RGB
CMYK
RGB Variations
Color information
#D791E6 (or 0xD791E6) is known color: Plum. HEX triplet: D7, 91 and E6. RGB value is (215,145,230). Sum of RGB (Red+Green+Blue) = 215+145+230=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 230 (90.23% from 255 or 38.98% from 590); Max value from RGB is 230 - color contains mainly: blue. Hex color #D791E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791E6 is #286E19. Grayscale: #AFAFAF. Windows color (decimal): -2649626 or 15110615. OLE color: 15110615.
HSL color Cylindrical-coordinate representation of color #D791E6: hue angle of 289.41º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D791E6 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 145 | 230 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.10 |
| HSL | 289.41º | 0.63% | 0.74% | - |
| HSV(B) | 289.41º | 0.37% | 0.9% | - |
| XYZ | 52.43 | 40.41 | 79.9 | - |
| YUV | 175.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 230 | 0.07 | 0.37 | 0 | 0.10 | 289.41 | 0.63 | 0.74 |
| Hex | D7 | 91 | E6 | 7 | 25 | 0 | A | 121 | 3F | 4A |
| Octal | 327 | 221 | 346 | 7 | 45 | 0 | 12 | 441 | 77 | 112 |
| Binary | 11010111 | 10010001 | 11100110 | 111 | 100101 | 0 | 1010 | 100100001 | 111111 | 1001010 |
Color Harmonies of #D791E6
Complementary color
Monochromatic Colors of #D791E6
Black with #D791E6
Text Example
Text Example
White with #D791E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791E6; }
p { color: rgb(215,145,230); }
H1.HeaderClassName
{
color: #D791E6;
}
.AnyTagClassName
{
color: #D791E6;
}
</style>
background-color css
<style>
a { background-color: #D791E6; }
a { background-color: rgb(215,145,230); }
div.DivClassName
{
background-color: #D791E6;
}
.BgClassName
{
background-color: #D791E6;
}
</style>
border-color css
<style>
span { border-color: #D791E6; }
span { border-color: rgb(215,145,230); }
td.TdClassName
{
border-color: #D791E6;
}
.TagClassName
{
border-color: #D791E6;
}
</style>