Shades of Heliotrope #D360FC
Tints of Heliotrope #D360FC
RGB
CMYK
RGB Variations
Color information
#D360FC (or 0xD360FC) is known color: Heliotrope. HEX triplet: D3, 60 and FC. RGB value is (211,96,252). Sum of RGB (Red+Green+Blue) = 211+96+252=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 96 (37.89% from 255 or 17.17% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D360FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360FC is #2C9F03. Grayscale: #939393. Windows color (decimal): -2924292 or 16539859. OLE color: 16539859.
HSL color Cylindrical-coordinate representation of color #D360FC: hue angle of 284.23º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D360FC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 211 | 96 | 252 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.01 |
| HSL | 284.23º | 0.96% | 0.68% | - |
| HSV(B) | 284.23º | 0.62% | 0.99% | - |
| XYZ | 48.62 | 29.24 | 95.18 | - |
| YUV | 148.17 | 186.6 | 172.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 252 | 0.16 | 0.62 | 0 | 0.01 | 284.23 | 0.96 | 0.68 |
| Hex | D3 | 60 | FC | 10 | 3E | 0 | 1 | 11C | 60 | 44 |
| Octal | 323 | 140 | 374 | 20 | 76 | 0 | 1 | 434 | 140 | 104 |
| Binary | 11010011 | 1100000 | 11111100 | 10000 | 111110 | 0 | 1 | 100011100 | 1100000 | 1000100 |
Color Harmonies of #D360FC
Complementary color
Monochromatic Colors of #D360FC
Black with #D360FC
Text Example
Text Example
White with #D360FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360FC; }
p { color: rgb(211,96,252); }
H1.HeaderClassName
{
color: #D360FC;
}
.AnyTagClassName
{
color: #D360FC;
}
</style>
background-color css
<style>
a { background-color: #D360FC; }
a { background-color: rgb(211,96,252); }
div.DivClassName
{
background-color: #D360FC;
}
.BgClassName
{
background-color: #D360FC;
}
</style>
border-color css
<style>
span { border-color: #D360FC; }
span { border-color: rgb(211,96,252); }
td.TdClassName
{
border-color: #D360FC;
}
.TagClassName
{
border-color: #D360FC;
}
</style>