Shades of Heliotrope #DF5DFF
Tints of Heliotrope #DF5DFF
RGB
CMYK
RGB Variations
Color information
#DF5DFF (or 0xDF5DFF) is known color: Heliotrope. HEX triplet: DF, 5D and FF. RGB value is (223,93,255). Sum of RGB (Red+Green+Blue) = 223+93+255=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 93 (36.72% from 255 or 16.29% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5DFF is #20A200. Grayscale: #959595. Windows color (decimal): -2138625 or 16735711. OLE color: 16735711.
HSL color Cylindrical-coordinate representation of color #DF5DFF: hue angle of 288.15º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5DFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 93 | 255 | - |
| CMYK | 0.13 | 0.64 | 0 | 0 |
| HSL | 288.15º | 1% | 0.68% | - |
| HSV(B) | 288.15º | 0.64% | 1% | - |
| XYZ | 52.4 | 30.74 | 97.78 | - |
| YUV | 150.34 | 187.07 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 93 | 255 | 0.13 | 0.64 | 0 | 0 | 288.15 | 1 | 0.68 |
| Hex | DF | 5D | FF | D | 40 | 0 | 0 | 120 | 64 | 44 |
| Octal | 337 | 135 | 377 | 15 | 100 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011111 | 1011101 | 11111111 | 1101 | 1000000 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DF5DFF
Complementary color
Monochromatic Colors of #DF5DFF
Black with #DF5DFF
Text Example
Text Example
White with #DF5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5DFF; }
p { color: rgb(223,93,255); }
H1.HeaderClassName
{
color: #DF5DFF;
}
.AnyTagClassName
{
color: #DF5DFF;
}
</style>
background-color css
<style>
a { background-color: #DF5DFF; }
a { background-color: rgb(223,93,255); }
div.DivClassName
{
background-color: #DF5DFF;
}
.BgClassName
{
background-color: #DF5DFF;
}
</style>
border-color css
<style>
span { border-color: #DF5DFF; }
span { border-color: rgb(223,93,255); }
td.TdClassName
{
border-color: #DF5DFF;
}
.TagClassName
{
border-color: #DF5DFF;
}
</style>