Shades of Heliotrope #D360F7
Tints of Heliotrope #D360F7
RGB
CMYK
RGB Variations
Color information
#D360F7 (or 0xD360F7) is known color: Heliotrope. HEX triplet: D3, 60 and F7. RGB value is (211,96,247). Sum of RGB (Red+Green+Blue) = 211+96+247=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 247 (96.88% from 255 or 44.58% from 554); Max value from RGB is 247 - color contains mainly: blue. Hex color #D360F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360F7 is #2C9F08. Grayscale: #939393. Windows color (decimal): -2924297 or 16212179. OLE color: 16212179.
HSL color Cylindrical-coordinate representation of color #D360F7: hue angle of 285.7º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D360F7 is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 211 | 96 | 247 | - |
| CMYK | 0.15 | 0.61 | 0 | 0.03 |
| HSL | 285.7º | 0.9% | 0.67% | - |
| HSV(B) | 285.7º | 0.61% | 0.97% | - |
| XYZ | 47.84 | 28.93 | 91.06 | - |
| YUV | 147.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 247 | 0.15 | 0.61 | 0 | 0.03 | 285.7 | 0.9 | 0.67 |
| Hex | D3 | 60 | F7 | F | 3D | 0 | 3 | 11E | 5A | 43 |
| Octal | 323 | 140 | 367 | 17 | 75 | 0 | 3 | 436 | 132 | 103 |
| Binary | 11010011 | 1100000 | 11110111 | 1111 | 111101 | 0 | 11 | 100011110 | 1011010 | 1000011 |
Color Harmonies of #D360F7
Complementary color
Monochromatic Colors of #D360F7
Black with #D360F7
Text Example
Text Example
White with #D360F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360F7; }
p { color: rgb(211,96,247); }
H1.HeaderClassName
{
color: #D360F7;
}
.AnyTagClassName
{
color: #D360F7;
}
</style>
background-color css
<style>
a { background-color: #D360F7; }
a { background-color: rgb(211,96,247); }
div.DivClassName
{
background-color: #D360F7;
}
.BgClassName
{
background-color: #D360F7;
}
</style>
border-color css
<style>
span { border-color: #D360F7; }
span { border-color: rgb(211,96,247); }
td.TdClassName
{
border-color: #D360F7;
}
.TagClassName
{
border-color: #D360F7;
}
</style>