Shades of Heliotrope #D368FF
Tints of Heliotrope #D368FF
RGB
CMYK
RGB Variations
Color information
#D368FF (or 0xD368FF) is known color: Heliotrope. HEX triplet: D3, 68 and FF. RGB value is (211,104,255). Sum of RGB (Red+Green+Blue) = 211+104+255=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #D368FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D368FF is #2C9700. Grayscale: #989898. Windows color (decimal): -2922241 or 16738515. OLE color: 16738515.
HSL color Cylindrical-coordinate representation of color #D368FF: hue angle of 282.52º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D368FF is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 211 | 104 | 255 | - |
| CMYK | 0.17 | 0.59 | 0 | 0 |
| HSL | 282.52º | 1% | 0.7% | - |
| HSV(B) | 282.52º | 0.59% | 1% | - |
| XYZ | 49.86 | 30.97 | 97.96 | - |
| YUV | 153.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 255 | 0.17 | 0.59 | 0 | 0 | 282.52 | 1 | 0.7 |
| Hex | D3 | 68 | FF | 11 | 3B | 0 | 0 | 11B | 64 | 46 |
| Octal | 323 | 150 | 377 | 21 | 73 | 0 | 0 | 433 | 144 | 106 |
| Binary | 11010011 | 1101000 | 11111111 | 10001 | 111011 | 0 | 0 | 100011011 | 1100100 | 1000110 |
Color Harmonies of #D368FF
Complementary color
Monochromatic Colors of #D368FF
Black with #D368FF
Text Example
Text Example
White with #D368FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D368FF; }
p { color: rgb(211,104,255); }
H1.HeaderClassName
{
color: #D368FF;
}
.AnyTagClassName
{
color: #D368FF;
}
</style>
background-color css
<style>
a { background-color: #D368FF; }
a { background-color: rgb(211,104,255); }
div.DivClassName
{
background-color: #D368FF;
}
.BgClassName
{
background-color: #D368FF;
}
</style>
border-color css
<style>
span { border-color: #D368FF; }
span { border-color: rgb(211,104,255); }
td.TdClassName
{
border-color: #D368FF;
}
.TagClassName
{
border-color: #D368FF;
}
</style>