Shades of Heliotrope #D56AF4
Tints of Heliotrope #D56AF4
RGB
CMYK
RGB Variations
Color information
#D56AF4 (or 0xD56AF4) is known color: Heliotrope. HEX triplet: D5, 6A and F4. RGB value is (213,106,244). Sum of RGB (Red+Green+Blue) = 213+106+244=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #D56AF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D56AF4 is #2A950B. Grayscale: #999999. Windows color (decimal): -2790668 or 16018133. OLE color: 16018133.
HSL color Cylindrical-coordinate representation of color #D56AF4: hue angle of 286.52º degrees, saturation: 0.86, 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 #D56AF4 is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 106 | 244 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.04 |
| HSL | 286.52º | 0.86% | 0.69% | - |
| HSV(B) | 286.52º | 0.57% | 0.96% | - |
| XYZ | 48.92 | 30.99 | 88.99 | - |
| YUV | 153.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 106 | 244 | 0.13 | 0.57 | 0 | 0.04 | 286.52 | 0.86 | 0.69 |
| Hex | D5 | 6A | F4 | D | 39 | 0 | 4 | 11F | 56 | 45 |
| Octal | 325 | 152 | 364 | 15 | 71 | 0 | 4 | 437 | 126 | 105 |
| Binary | 11010101 | 1101010 | 11110100 | 1101 | 111001 | 0 | 100 | 100011111 | 1010110 | 1000101 |
Color Harmonies of #D56AF4
Complementary color
Monochromatic Colors of #D56AF4
Black with #D56AF4
Text Example
Text Example
White with #D56AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56AF4; }
p { color: rgb(213,106,244); }
H1.HeaderClassName
{
color: #D56AF4;
}
.AnyTagClassName
{
color: #D56AF4;
}
</style>
background-color css
<style>
a { background-color: #D56AF4; }
a { background-color: rgb(213,106,244); }
div.DivClassName
{
background-color: #D56AF4;
}
.BgClassName
{
background-color: #D56AF4;
}
</style>
border-color css
<style>
span { border-color: #D56AF4; }
span { border-color: rgb(213,106,244); }
td.TdClassName
{
border-color: #D56AF4;
}
.TagClassName
{
border-color: #D56AF4;
}
</style>