Shades of Heliotrope #D359FF
Tints of Heliotrope #D359FF
RGB
CMYK
RGB Variations
Color information
#D359FF (or 0xD359FF) is known color: Heliotrope. HEX triplet: D3, 59 and FF. RGB value is (211,89,255). Sum of RGB (Red+Green+Blue) = 211+89+255=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 89 (35.16% from 255 or 16.04% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #D359FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359FF is #2CA600. Grayscale: #8F8F8F. Windows color (decimal): -2926081 or 16734675. OLE color: 16734675.
HSL color Cylindrical-coordinate representation of color #D359FF: hue angle of 284.1º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D359FF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 89 | 255 | - |
| CMYK | 0.17 | 0.65 | 0 | 0 |
| HSL | 284.1º | 1% | 0.67% | - |
| HSV(B) | 284.1º | 0.65% | 1% | - |
| XYZ | 48.49 | 28.21 | 97.5 | - |
| YUV | 144.4 | 190.42 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 255 | 0.17 | 0.65 | 0 | 0 | 284.1 | 1 | 0.67 |
| Hex | D3 | 59 | FF | 11 | 41 | 0 | 0 | 11C | 64 | 43 |
| Octal | 323 | 131 | 377 | 21 | 101 | 0 | 0 | 434 | 144 | 103 |
| Binary | 11010011 | 1011001 | 11111111 | 10001 | 1000001 | 0 | 0 | 100011100 | 1100100 | 1000011 |
Color Harmonies of #D359FF
Complementary color
Monochromatic Colors of #D359FF
Black with #D359FF
Text Example
Text Example
White with #D359FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359FF; }
p { color: rgb(211,89,255); }
H1.HeaderClassName
{
color: #D359FF;
}
.AnyTagClassName
{
color: #D359FF;
}
</style>
background-color css
<style>
a { background-color: #D359FF; }
a { background-color: rgb(211,89,255); }
div.DivClassName
{
background-color: #D359FF;
}
.BgClassName
{
background-color: #D359FF;
}
</style>
border-color css
<style>
span { border-color: #D359FF; }
span { border-color: rgb(211,89,255); }
td.TdClassName
{
border-color: #D359FF;
}
.TagClassName
{
border-color: #D359FF;
}
</style>