Shades of Heliotrope #D856F2
Tints of Heliotrope #D856F2
RGB
CMYK
RGB Variations
Color information
#D856F2 (or 0xD856F2) is known color: Heliotrope. HEX triplet: D8, 56 and F2. RGB value is (216,86,242). Sum of RGB (Red+Green+Blue) = 216+86+242=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 86 (33.98% from 255 or 15.81% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #D856F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D856F2 is #27A90D. Grayscale: #8E8E8E. Windows color (decimal): -2599182 or 15881944. OLE color: 15881944.
HSL color Cylindrical-coordinate representation of color #D856F2: hue angle of 290º degrees, saturation: 0.86, 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 #D856F2 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 86 | 242 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.05 |
| HSL | 290º | 0.86% | 0.64% | - |
| HSV(B) | 290º | 0.64% | 0.95% | - |
| XYZ | 47.67 | 27.67 | 86.83 | - |
| YUV | 142.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 86 | 242 | 0.11 | 0.64 | 0 | 0.05 | 290 | 0.86 | 0.64 |
| Hex | D8 | 56 | F2 | B | 40 | 0 | 5 | 122 | 56 | 40 |
| Octal | 330 | 126 | 362 | 13 | 100 | 0 | 5 | 442 | 126 | 100 |
| Binary | 11011000 | 1010110 | 11110010 | 1011 | 1000000 | 0 | 101 | 100100010 | 1010110 | 1000000 |
Color Harmonies of #D856F2
Complementary color
Monochromatic Colors of #D856F2
Black with #D856F2
Text Example
Text Example
White with #D856F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D856F2; }
p { color: rgb(216,86,242); }
H1.HeaderClassName
{
color: #D856F2;
}
.AnyTagClassName
{
color: #D856F2;
}
</style>
background-color css
<style>
a { background-color: #D856F2; }
a { background-color: rgb(216,86,242); }
div.DivClassName
{
background-color: #D856F2;
}
.BgClassName
{
background-color: #D856F2;
}
</style>
border-color css
<style>
span { border-color: #D856F2; }
span { border-color: rgb(216,86,242); }
td.TdClassName
{
border-color: #D856F2;
}
.TagClassName
{
border-color: #D856F2;
}
</style>