Shades of Heliotrope #D456F1
Tints of Heliotrope #D456F1
RGB
CMYK
RGB Variations
Color information
#D456F1 (or 0xD456F1) is known color: Heliotrope. HEX triplet: D4, 56 and F1. RGB value is (212,86,241). Sum of RGB (Red+Green+Blue) = 212+86+241=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 86 (33.98% from 255 or 15.96% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #D456F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D456F1 is #2BA90E. Grayscale: #8C8C8C. Windows color (decimal): -2861327 or 15816404. OLE color: 15816404.
HSL color Cylindrical-coordinate representation of color #D456F1: hue angle of 288.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D456F1 is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 86 | 241 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.05 |
| HSL | 288.77º | 0.85% | 0.64% | - |
| HSV(B) | 288.77º | 0.64% | 0.95% | - |
| XYZ | 46.36 | 27 | 85.99 | - |
| YUV | 141.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 86 | 241 | 0.12 | 0.64 | 0 | 0.05 | 288.77 | 0.85 | 0.64 |
| Hex | D4 | 56 | F1 | C | 40 | 0 | 5 | 121 | 55 | 40 |
| Octal | 324 | 126 | 361 | 14 | 100 | 0 | 5 | 441 | 125 | 100 |
| Binary | 11010100 | 1010110 | 11110001 | 1100 | 1000000 | 0 | 101 | 100100001 | 1010101 | 1000000 |
Color Harmonies of #D456F1
Complementary color
Monochromatic Colors of #D456F1
Black with #D456F1
Text Example
Text Example
White with #D456F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D456F1; }
p { color: rgb(212,86,241); }
H1.HeaderClassName
{
color: #D456F1;
}
.AnyTagClassName
{
color: #D456F1;
}
</style>
background-color css
<style>
a { background-color: #D456F1; }
a { background-color: rgb(212,86,241); }
div.DivClassName
{
background-color: #D456F1;
}
.BgClassName
{
background-color: #D456F1;
}
</style>
border-color css
<style>
span { border-color: #D456F1; }
span { border-color: rgb(212,86,241); }
td.TdClassName
{
border-color: #D456F1;
}
.TagClassName
{
border-color: #D456F1;
}
</style>