Shades of Heliotrope #DF5BFF
Tints of Heliotrope #DF5BFF
RGB
CMYK
RGB Variations
Color information
#DF5BFF (or 0xDF5BFF) is known color: Heliotrope. HEX triplet: DF, 5B and FF. RGB value is (223,91,255). Sum of RGB (Red+Green+Blue) = 223+91+255=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 91 (35.94% from 255 or 15.99% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF5BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BFF is #20A400. Grayscale: #949494. Windows color (decimal): -2139137 or 16735199. OLE color: 16735199.
HSL color Cylindrical-coordinate representation of color #DF5BFF: hue angle of 288.29º 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 #DF5BFF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 91 | 255 | - |
| CMYK | 0.13 | 0.64 | 0 | 0 |
| HSL | 288.29º | 1% | 0.68% | - |
| HSV(B) | 288.29º | 0.64% | 1% | - |
| XYZ | 52.22 | 30.39 | 97.72 | - |
| YUV | 149.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 255 | 0.13 | 0.64 | 0 | 0 | 288.29 | 1 | 0.68 |
| Hex | DF | 5B | FF | D | 40 | 0 | 0 | 120 | 64 | 44 |
| Octal | 337 | 133 | 377 | 15 | 100 | 0 | 0 | 440 | 144 | 104 |
| Binary | 11011111 | 1011011 | 11111111 | 1101 | 1000000 | 0 | 0 | 100100000 | 1100100 | 1000100 |
Color Harmonies of #DF5BFF
Complementary color
Monochromatic Colors of #DF5BFF
Black with #DF5BFF
Text Example
Text Example
White with #DF5BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BFF; }
p { color: rgb(223,91,255); }
H1.HeaderClassName
{
color: #DF5BFF;
}
.AnyTagClassName
{
color: #DF5BFF;
}
</style>
background-color css
<style>
a { background-color: #DF5BFF; }
a { background-color: rgb(223,91,255); }
div.DivClassName
{
background-color: #DF5BFF;
}
.BgClassName
{
background-color: #DF5BFF;
}
</style>
border-color css
<style>
span { border-color: #DF5BFF; }
span { border-color: rgb(223,91,255); }
td.TdClassName
{
border-color: #DF5BFF;
}
.TagClassName
{
border-color: #DF5BFF;
}
</style>