Shades of Heliotrope #D151F6
Tints of Heliotrope #D151F6
RGB
CMYK
RGB Variations
Color information
#D151F6 (or 0xD151F6) is known color: Heliotrope. HEX triplet: D1, 51 and F6. RGB value is (209,81,246). Sum of RGB (Red+Green+Blue) = 209+81+246=536 (70% of max value = 765). Red value is 209 (82.03% from 255 or 38.99% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 246 (96.48% from 255 or 45.90% from 536); Max value from RGB is 246 - color contains mainly: blue. Hex color #D151F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151F6 is #2EAE09. Grayscale: #898989. Windows color (decimal): -3059210 or 16142801. OLE color: 16142801.
HSL color Cylindrical-coordinate representation of color #D151F6: hue angle of 286.55º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D151F6 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 81 | 246 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.04 |
| HSL | 286.55º | 0.9% | 0.64% | - |
| HSV(B) | 286.55º | 0.67% | 0.96% | - |
| XYZ | 45.87 | 26.09 | 89.81 | - |
| YUV | 138.08 | 188.91 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 246 | 0.15 | 0.67 | 0 | 0.04 | 286.55 | 0.9 | 0.64 |
| Hex | D1 | 51 | F6 | F | 43 | 0 | 4 | 11F | 5A | 40 |
| Octal | 321 | 121 | 366 | 17 | 103 | 0 | 4 | 437 | 132 | 100 |
| Binary | 11010001 | 1010001 | 11110110 | 1111 | 1000011 | 0 | 100 | 100011111 | 1011010 | 1000000 |
Color Harmonies of #D151F6
Complementary color
Monochromatic Colors of #D151F6
Black with #D151F6
Text Example
Text Example
White with #D151F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151F6; }
p { color: rgb(209,81,246); }
H1.HeaderClassName
{
color: #D151F6;
}
.AnyTagClassName
{
color: #D151F6;
}
</style>
background-color css
<style>
a { background-color: #D151F6; }
a { background-color: rgb(209,81,246); }
div.DivClassName
{
background-color: #D151F6;
}
.BgClassName
{
background-color: #D151F6;
}
</style>
border-color css
<style>
span { border-color: #D151F6; }
span { border-color: rgb(209,81,246); }
td.TdClassName
{
border-color: #D151F6;
}
.TagClassName
{
border-color: #D151F6;
}
</style>