Shades of Heliotrope #D359F4
Tints of Heliotrope #D359F4
RGB
CMYK
RGB Variations
Color information
#D359F4 (or 0xD359F4) is known color: Heliotrope. HEX triplet: D3, 59 and F4. RGB value is (211,89,244). Sum of RGB (Red+Green+Blue) = 211+89+244=544 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.79% from 544); Green value is 89 (35.16% from 255 or 16.36% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 244 - color contains mainly: blue. Hex color #D359F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D359F4 is #2CA60B. Grayscale: #8E8E8E. Windows color (decimal): -2926092 or 16013779. OLE color: 16013779.
HSL color Cylindrical-coordinate representation of color #D359F4: hue angle of 287.23º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D359F4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 89 | 244 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.04 |
| HSL | 287.23º | 0.88% | 0.65% | - |
| HSV(B) | 287.23º | 0.64% | 0.96% | - |
| XYZ | 46.77 | 27.53 | 88.44 | - |
| YUV | 143.15 | 184.92 | 176.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 89 | 244 | 0.14 | 0.64 | 0 | 0.04 | 287.23 | 0.88 | 0.65 |
| Hex | D3 | 59 | F4 | E | 40 | 0 | 4 | 11F | 58 | 41 |
| Octal | 323 | 131 | 364 | 16 | 100 | 0 | 4 | 437 | 130 | 101 |
| Binary | 11010011 | 1011001 | 11110100 | 1110 | 1000000 | 0 | 100 | 100011111 | 1011000 | 1000001 |
Color Harmonies of #D359F4
Complementary color
Monochromatic Colors of #D359F4
Black with #D359F4
Text Example
Text Example
White with #D359F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D359F4; }
p { color: rgb(211,89,244); }
H1.HeaderClassName
{
color: #D359F4;
}
.AnyTagClassName
{
color: #D359F4;
}
</style>
background-color css
<style>
a { background-color: #D359F4; }
a { background-color: rgb(211,89,244); }
div.DivClassName
{
background-color: #D359F4;
}
.BgClassName
{
background-color: #D359F4;
}
</style>
border-color css
<style>
span { border-color: #D359F4; }
span { border-color: rgb(211,89,244); }
td.TdClassName
{
border-color: #D359F4;
}
.TagClassName
{
border-color: #D359F4;
}
</style>