Shades of Heliotrope #D791F9
Tints of Heliotrope #D791F9
RGB
CMYK
RGB Variations
Color information
#D791F9 (or 0xD791F9) is known color: Heliotrope. HEX triplet: D7, 91 and F9. RGB value is (215,145,249). Sum of RGB (Red+Green+Blue) = 215+145+249=609 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.30% from 609); Green value is 145 (57.03% from 255 or 23.81% from 609); Blue value is 249 (97.66% from 255 or 40.89% from 609); Max value from RGB is 249 - color contains mainly: blue. Hex color #D791F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D791F9 is #286E06. Grayscale: #B1B1B1. Windows color (decimal): -2649607 or 16355799. OLE color: 16355799.
HSL color Cylindrical-coordinate representation of color #D791F9: hue angle of 280.38º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D791F9 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 215 | 145 | 249 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.02 |
| HSL | 280.38º | 0.9% | 0.77% | - |
| HSV(B) | 280.38º | 0.42% | 0.98% | - |
| XYZ | 55.25 | 41.54 | 94.73 | - |
| YUV | 177.79 | 168.19 | 154.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 145 | 249 | 0.14 | 0.42 | 0 | 0.02 | 280.38 | 0.9 | 0.77 |
| Hex | D7 | 91 | F9 | E | 2A | 0 | 2 | 118 | 5A | 4D |
| Octal | 327 | 221 | 371 | 16 | 52 | 0 | 2 | 430 | 132 | 115 |
| Binary | 11010111 | 10010001 | 11111001 | 1110 | 101010 | 0 | 10 | 100011000 | 1011010 | 1001101 |
Color Harmonies of #D791F9
Complementary color
Monochromatic Colors of #D791F9
Black with #D791F9
Text Example
Text Example
White with #D791F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D791F9; }
p { color: rgb(215,145,249); }
H1.HeaderClassName
{
color: #D791F9;
}
.AnyTagClassName
{
color: #D791F9;
}
</style>
background-color css
<style>
a { background-color: #D791F9; }
a { background-color: rgb(215,145,249); }
div.DivClassName
{
background-color: #D791F9;
}
.BgClassName
{
background-color: #D791F9;
}
</style>
border-color css
<style>
span { border-color: #D791F9; }
span { border-color: rgb(215,145,249); }
td.TdClassName
{
border-color: #D791F9;
}
.TagClassName
{
border-color: #D791F9;
}
</style>