Shades of Heliotrope #D791F7
Tints of Heliotrope #D791F7
RGB
CMYK
RGB Variations
Color information
#D791F7 (or 0xD791F7) is known color: Heliotrope. HEX triplet: D7, 91 and F7. RGB value is (215,145,247). Sum of RGB (Red+Green+Blue) = 215+145+247=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 145 (57.03% from 255 or 23.89% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #D791F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791F7 is #286E08. Grayscale: #B1B1B1. Windows color (decimal): -2649609 or 16224727. OLE color: 16224727.
HSL color Cylindrical-coordinate representation of color #D791F7: hue angle of 281.18º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D791F7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 215 | 145 | 247 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.03 |
| HSL | 281.18º | 0.86% | 0.77% | - |
| HSV(B) | 281.18º | 0.41% | 0.97% | - |
| XYZ | 54.94 | 41.41 | 93.09 | - |
| YUV | 177.56 | 167.19 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 247 | 0.13 | 0.41 | 0 | 0.03 | 281.18 | 0.86 | 0.77 |
| Hex | D7 | 91 | F7 | D | 29 | 0 | 3 | 119 | 56 | 4D |
| Octal | 327 | 221 | 367 | 15 | 51 | 0 | 3 | 431 | 126 | 115 |
| Binary | 11010111 | 10010001 | 11110111 | 1101 | 101001 | 0 | 11 | 100011001 | 1010110 | 1001101 |
Color Harmonies of #D791F7
Complementary color
Monochromatic Colors of #D791F7
Black with #D791F7
Text Example
Text Example
White with #D791F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791F7; }
p { color: rgb(215,145,247); }
H1.HeaderClassName
{
color: #D791F7;
}
.AnyTagClassName
{
color: #D791F7;
}
</style>
background-color css
<style>
a { background-color: #D791F7; }
a { background-color: rgb(215,145,247); }
div.DivClassName
{
background-color: #D791F7;
}
.BgClassName
{
background-color: #D791F7;
}
</style>
border-color css
<style>
span { border-color: #D791F7; }
span { border-color: rgb(215,145,247); }
td.TdClassName
{
border-color: #D791F7;
}
.TagClassName
{
border-color: #D791F7;
}
</style>