Shades of Heliotrope #D56AF5
Tints of Heliotrope #D56AF5
RGB
CMYK
RGB Variations
Color information
#D56AF5 (or 0xD56AF5) is known color: Heliotrope. HEX triplet: D5, 6A and F5. RGB value is (213,106,245). Sum of RGB (Red+Green+Blue) = 213+106+245=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 106 (41.80% from 255 or 18.79% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #D56AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56AF5 is #2A950A. Grayscale: #999999. Windows color (decimal): -2790667 or 16083669. OLE color: 16083669.
HSL color Cylindrical-coordinate representation of color #D56AF5: hue angle of 286.19º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D56AF5 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 106 | 245 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.04 |
| HSL | 286.19º | 0.87% | 0.69% | - |
| HSV(B) | 286.19º | 0.57% | 0.96% | - |
| XYZ | 49.08 | 31.05 | 89.79 | - |
| YUV | 153.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 245 | 0.13 | 0.57 | 0 | 0.04 | 286.19 | 0.87 | 0.69 |
| Hex | D5 | 6A | F5 | D | 39 | 0 | 4 | 11E | 57 | 45 |
| Octal | 325 | 152 | 365 | 15 | 71 | 0 | 4 | 436 | 127 | 105 |
| Binary | 11010101 | 1101010 | 11110101 | 1101 | 111001 | 0 | 100 | 100011110 | 1010111 | 1000101 |
Color Harmonies of #D56AF5
Complementary color
Monochromatic Colors of #D56AF5
Black with #D56AF5
Text Example
Text Example
White with #D56AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AF5; }
p { color: rgb(213,106,245); }
H1.HeaderClassName
{
color: #D56AF5;
}
.AnyTagClassName
{
color: #D56AF5;
}
</style>
background-color css
<style>
a { background-color: #D56AF5; }
a { background-color: rgb(213,106,245); }
div.DivClassName
{
background-color: #D56AF5;
}
.BgClassName
{
background-color: #D56AF5;
}
</style>
border-color css
<style>
span { border-color: #D56AF5; }
span { border-color: rgb(213,106,245); }
td.TdClassName
{
border-color: #D56AF5;
}
.TagClassName
{
border-color: #D56AF5;
}
</style>