Shades of Heliotrope #D56FF0
Tints of Heliotrope #D56FF0
RGB
CMYK
RGB Variations
Color information
#D56FF0 (or 0xD56FF0) is known color: Heliotrope. HEX triplet: D5, 6F and F0. RGB value is (213,111,240). Sum of RGB (Red+Green+Blue) = 213+111+240=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 111 (43.75% from 255 or 19.68% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #D56FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56FF0 is #2A900F. Grayscale: #9B9B9B. Windows color (decimal): -2789392 or 15757269. OLE color: 15757269.
HSL color Cylindrical-coordinate representation of color #D56FF0: hue angle of 287.44º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56FF0 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 111 | 240 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.06 |
| HSL | 287.44º | 0.81% | 0.69% | - |
| HSV(B) | 287.44º | 0.54% | 0.94% | - |
| XYZ | 48.85 | 31.81 | 86 | - |
| YUV | 156.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 240 | 0.11 | 0.54 | 0 | 0.06 | 287.44 | 0.81 | 0.69 |
| Hex | D5 | 6F | F0 | B | 36 | 0 | 6 | 11F | 51 | 45 |
| Octal | 325 | 157 | 360 | 13 | 66 | 0 | 6 | 437 | 121 | 105 |
| Binary | 11010101 | 1101111 | 11110000 | 1011 | 110110 | 0 | 110 | 100011111 | 1010001 | 1000101 |
Color Harmonies of #D56FF0
Complementary color
Monochromatic Colors of #D56FF0
Black with #D56FF0
Text Example
Text Example
White with #D56FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56FF0; }
p { color: rgb(213,111,240); }
H1.HeaderClassName
{
color: #D56FF0;
}
.AnyTagClassName
{
color: #D56FF0;
}
</style>
background-color css
<style>
a { background-color: #D56FF0; }
a { background-color: rgb(213,111,240); }
div.DivClassName
{
background-color: #D56FF0;
}
.BgClassName
{
background-color: #D56FF0;
}
</style>
border-color css
<style>
span { border-color: #D56FF0; }
span { border-color: rgb(213,111,240); }
td.TdClassName
{
border-color: #D56FF0;
}
.TagClassName
{
border-color: #D56FF0;
}
</style>