Shades of Heliotrope #DF5DF6
Tints of Heliotrope #DF5DF6
RGB
CMYK
RGB Variations
Color information
#DF5DF6 (or 0xDF5DF6) is known color: Heliotrope. HEX triplet: DF, 5D and F6. RGB value is (223,93,246). Sum of RGB (Red+Green+Blue) = 223+93+246=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 93 (36.72% from 255 or 16.55% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF5DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DF6 is #20A209. Grayscale: #949494. Windows color (decimal): -2138634 or 16145887. OLE color: 16145887.
HSL color Cylindrical-coordinate representation of color #DF5DF6: hue angle of 290.98º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5DF6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 93 | 246 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.04 |
| HSL | 290.98º | 0.89% | 0.66% | - |
| HSV(B) | 290.98º | 0.62% | 0.96% | - |
| XYZ | 50.98 | 30.17 | 90.33 | - |
| YUV | 149.31 | 182.57 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 246 | 0.09 | 0.62 | 0 | 0.04 | 290.98 | 0.89 | 0.66 |
| Hex | DF | 5D | F6 | 9 | 3E | 0 | 4 | 123 | 59 | 42 |
| Octal | 337 | 135 | 366 | 11 | 76 | 0 | 4 | 443 | 131 | 102 |
| Binary | 11011111 | 1011101 | 11110110 | 1001 | 111110 | 0 | 100 | 100100011 | 1011001 | 1000010 |
Color Harmonies of #DF5DF6
Complementary color
Monochromatic Colors of #DF5DF6
Black with #DF5DF6
Text Example
Text Example
White with #DF5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DF6; }
p { color: rgb(223,93,246); }
H1.HeaderClassName
{
color: #DF5DF6;
}
.AnyTagClassName
{
color: #DF5DF6;
}
</style>
background-color css
<style>
a { background-color: #DF5DF6; }
a { background-color: rgb(223,93,246); }
div.DivClassName
{
background-color: #DF5DF6;
}
.BgClassName
{
background-color: #DF5DF6;
}
</style>
border-color css
<style>
span { border-color: #DF5DF6; }
span { border-color: rgb(223,93,246); }
td.TdClassName
{
border-color: #DF5DF6;
}
.TagClassName
{
border-color: #DF5DF6;
}
</style>