Shades of Heliotrope #D056F0
Tints of Heliotrope #D056F0
RGB
CMYK
RGB Variations
Color information
#D056F0 (or 0xD056F0) is known color: Heliotrope. HEX triplet: D0, 56 and F0. RGB value is (208,86,240). Sum of RGB (Red+Green+Blue) = 208+86+240=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 86 (33.98% from 255 or 16.10% from 534); Blue value is 240 (94.14% from 255 or 44.94% from 534); Max value from RGB is 240 - color contains mainly: blue. Hex color #D056F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D056F0 is #2FA90F. Grayscale: #8B8B8B. Windows color (decimal): -3123472 or 15750864. OLE color: 15750864.
HSL color Cylindrical-coordinate representation of color #D056F0: hue angle of 287.53º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D056F0 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 86 | 240 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.06 |
| HSL | 287.53º | 0.84% | 0.64% | - |
| HSV(B) | 287.53º | 0.64% | 0.94% | - |
| XYZ | 45.07 | 26.36 | 85.15 | - |
| YUV | 140.03 | 184.42 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 86 | 240 | 0.13 | 0.64 | 0 | 0.06 | 287.53 | 0.84 | 0.64 |
| Hex | D0 | 56 | F0 | D | 40 | 0 | 6 | 120 | 54 | 40 |
| Octal | 320 | 126 | 360 | 15 | 100 | 0 | 6 | 440 | 124 | 100 |
| Binary | 11010000 | 1010110 | 11110000 | 1101 | 1000000 | 0 | 110 | 100100000 | 1010100 | 1000000 |
Color Harmonies of #D056F0
Complementary color
Monochromatic Colors of #D056F0
Black with #D056F0
Text Example
Text Example
White with #D056F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D056F0; }
p { color: rgb(208,86,240); }
H1.HeaderClassName
{
color: #D056F0;
}
.AnyTagClassName
{
color: #D056F0;
}
</style>
background-color css
<style>
a { background-color: #D056F0; }
a { background-color: rgb(208,86,240); }
div.DivClassName
{
background-color: #D056F0;
}
.BgClassName
{
background-color: #D056F0;
}
</style>
border-color css
<style>
span { border-color: #D056F0; }
span { border-color: rgb(208,86,240); }
td.TdClassName
{
border-color: #D056F0;
}
.TagClassName
{
border-color: #D056F0;
}
</style>