Shades of Heliotrope #D56FF6
Tints of Heliotrope #D56FF6
RGB
CMYK
RGB Variations
Color information
#D56FF6 (or 0xD56FF6) is known color: Heliotrope. HEX triplet: D5, 6F and F6. RGB value is (213,111,246). Sum of RGB (Red+Green+Blue) = 213+111+246=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 246 (96.48% from 255 or 43.16% from 570); Max value from RGB is 246 - color contains mainly: blue. Hex color #D56FF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56FF6 is #2A9009. Grayscale: #9C9C9C. Windows color (decimal): -2789386 or 16150485. OLE color: 16150485.
HSL color Cylindrical-coordinate representation of color #D56FF6: hue angle of 285.33º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D56FF6 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 111 | 246 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.04 |
| HSL | 285.33º | 0.88% | 0.7% | - |
| HSV(B) | 285.33º | 0.55% | 0.96% | - |
| XYZ | 49.76 | 32.17 | 90.78 | - |
| YUV | 156.89 | 178.29 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 246 | 0.13 | 0.55 | 0 | 0.04 | 285.33 | 0.88 | 0.7 |
| Hex | D5 | 6F | F6 | D | 37 | 0 | 4 | 11D | 58 | 46 |
| Octal | 325 | 157 | 366 | 15 | 67 | 0 | 4 | 435 | 130 | 106 |
| Binary | 11010101 | 1101111 | 11110110 | 1101 | 110111 | 0 | 100 | 100011101 | 1011000 | 1000110 |
Color Harmonies of #D56FF6
Complementary color
Monochromatic Colors of #D56FF6
Black with #D56FF6
Text Example
Text Example
White with #D56FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FF6; }
p { color: rgb(213,111,246); }
H1.HeaderClassName
{
color: #D56FF6;
}
.AnyTagClassName
{
color: #D56FF6;
}
</style>
background-color css
<style>
a { background-color: #D56FF6; }
a { background-color: rgb(213,111,246); }
div.DivClassName
{
background-color: #D56FF6;
}
.BgClassName
{
background-color: #D56FF6;
}
</style>
border-color css
<style>
span { border-color: #D56FF6; }
span { border-color: rgb(213,111,246); }
td.TdClassName
{
border-color: #D56FF6;
}
.TagClassName
{
border-color: #D56FF6;
}
</style>