Shades of Heliotrope #D151F7
Tints of Heliotrope #D151F7
RGB
CMYK
RGB Variations
Color information
#D151F7 (or 0xD151F7) is known color: Heliotrope. HEX triplet: D1, 51 and F7. RGB value is (209,81,247). Sum of RGB (Red+Green+Blue) = 209+81+247=537 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.92% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #D151F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151F7 is #2EAE08. Grayscale: #898989. Windows color (decimal): -3059209 or 16208337. OLE color: 16208337.
HSL color Cylindrical-coordinate representation of color #D151F7: hue angle of 286.27º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D151F7 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 81 | 247 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.03 |
| HSL | 286.27º | 0.91% | 0.64% | - |
| HSV(B) | 286.27º | 0.67% | 0.97% | - |
| XYZ | 46.03 | 26.16 | 90.62 | - |
| YUV | 138.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 247 | 0.15 | 0.67 | 0 | 0.03 | 286.27 | 0.91 | 0.64 |
| Hex | D1 | 51 | F7 | F | 43 | 0 | 3 | 11E | 5B | 40 |
| Octal | 321 | 121 | 367 | 17 | 103 | 0 | 3 | 436 | 133 | 100 |
| Binary | 11010001 | 1010001 | 11110111 | 1111 | 1000011 | 0 | 11 | 100011110 | 1011011 | 1000000 |
Color Harmonies of #D151F7
Complementary color
Monochromatic Colors of #D151F7
Black with #D151F7
Text Example
Text Example
White with #D151F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151F7; }
p { color: rgb(209,81,247); }
H1.HeaderClassName
{
color: #D151F7;
}
.AnyTagClassName
{
color: #D151F7;
}
</style>
background-color css
<style>
a { background-color: #D151F7; }
a { background-color: rgb(209,81,247); }
div.DivClassName
{
background-color: #D151F7;
}
.BgClassName
{
background-color: #D151F7;
}
</style>
border-color css
<style>
span { border-color: #D151F7; }
span { border-color: rgb(209,81,247); }
td.TdClassName
{
border-color: #D151F7;
}
.TagClassName
{
border-color: #D151F7;
}
</style>