Shades of Heliotrope #D754F6
Tints of Heliotrope #D754F6
RGB
CMYK
RGB Variations
Color information
#D754F6 (or 0xD754F6) is known color: Heliotrope. HEX triplet: D7, 54 and F6. RGB value is (215,84,246). Sum of RGB (Red+Green+Blue) = 215+84+246=545 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.45% from 545); Green value is 84 (33.20% from 255 or 15.41% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 246 - color contains mainly: blue. Hex color #D754F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D754F6 is #28AB09. Grayscale: #8D8D8D. Windows color (decimal): -2665226 or 16143575. OLE color: 16143575.
HSL color Cylindrical-coordinate representation of color #D754F6: hue angle of 288.52º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D754F6 is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 215 | 84 | 246 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.04 |
| HSL | 288.52º | 0.9% | 0.65% | - |
| HSV(B) | 288.52º | 0.66% | 0.96% | - |
| XYZ | 47.83 | 27.44 | 89.96 | - |
| YUV | 141.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 84 | 246 | 0.13 | 0.66 | 0 | 0.04 | 288.52 | 0.9 | 0.65 |
| Hex | D7 | 54 | F6 | D | 42 | 0 | 4 | 121 | 5A | 41 |
| Octal | 327 | 124 | 366 | 15 | 102 | 0 | 4 | 441 | 132 | 101 |
| Binary | 11010111 | 1010100 | 11110110 | 1101 | 1000010 | 0 | 100 | 100100001 | 1011010 | 1000001 |
Color Harmonies of #D754F6
Complementary color
Monochromatic Colors of #D754F6
Black with #D754F6
Text Example
Text Example
White with #D754F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D754F6; }
p { color: rgb(215,84,246); }
H1.HeaderClassName
{
color: #D754F6;
}
.AnyTagClassName
{
color: #D754F6;
}
</style>
background-color css
<style>
a { background-color: #D754F6; }
a { background-color: rgb(215,84,246); }
div.DivClassName
{
background-color: #D754F6;
}
.BgClassName
{
background-color: #D754F6;
}
</style>
border-color css
<style>
span { border-color: #D754F6; }
span { border-color: rgb(215,84,246); }
td.TdClassName
{
border-color: #D754F6;
}
.TagClassName
{
border-color: #D754F6;
}
</style>