Shades of Heliotrope #D56FF7
Tints of Heliotrope #D56FF7
RGB
CMYK
RGB Variations
Color information
#D56FF7 (or 0xD56FF7) is known color: Heliotrope. HEX triplet: D5, 6F and F7. RGB value is (213,111,247). Sum of RGB (Red+Green+Blue) = 213+111+247=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 111 (43.75% from 255 or 19.44% from 571); Blue value is 247 (96.88% from 255 or 43.26% from 571); Max value from RGB is 247 - color contains mainly: blue. Hex color #D56FF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56FF7 is #2A9008. Grayscale: #9C9C9C. Windows color (decimal): -2789385 or 16216021. OLE color: 16216021.
HSL color Cylindrical-coordinate representation of color #D56FF7: hue angle of 285º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56FF7 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 213 | 111 | 247 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.03 |
| HSL | 285º | 0.89% | 0.7% | - |
| HSV(B) | 285º | 0.55% | 0.97% | - |
| XYZ | 49.91 | 32.23 | 91.59 | - |
| YUV | 157 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 247 | 0.14 | 0.55 | 0 | 0.03 | 285 | 0.89 | 0.7 |
| Hex | D5 | 6F | F7 | E | 37 | 0 | 3 | 11D | 59 | 46 |
| Octal | 325 | 157 | 367 | 16 | 67 | 0 | 3 | 435 | 131 | 106 |
| Binary | 11010101 | 1101111 | 11110111 | 1110 | 110111 | 0 | 11 | 100011101 | 1011001 | 1000110 |
Color Harmonies of #D56FF7
Complementary color
Monochromatic Colors of #D56FF7
Black with #D56FF7
Text Example
Text Example
White with #D56FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FF7; }
p { color: rgb(213,111,247); }
H1.HeaderClassName
{
color: #D56FF7;
}
.AnyTagClassName
{
color: #D56FF7;
}
</style>
background-color css
<style>
a { background-color: #D56FF7; }
a { background-color: rgb(213,111,247); }
div.DivClassName
{
background-color: #D56FF7;
}
.BgClassName
{
background-color: #D56FF7;
}
</style>
border-color css
<style>
span { border-color: #D56FF7; }
span { border-color: rgb(213,111,247); }
td.TdClassName
{
border-color: #D56FF7;
}
.TagClassName
{
border-color: #D56FF7;
}
</style>