Shades of Heliotrope #DF5BFE
Tints of Heliotrope #DF5BFE
RGB
CMYK
RGB Variations
Color information
#DF5BFE (or 0xDF5BFE) is known color: Heliotrope. HEX triplet: DF, 5B and FE. RGB value is (223,91,254). Sum of RGB (Red+Green+Blue) = 223+91+254=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 91 (35.94% from 255 or 16.02% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BFE is #20A401. Grayscale: #949494. Windows color (decimal): -2139138 or 16669663. OLE color: 16669663.
HSL color Cylindrical-coordinate representation of color #DF5BFE: hue angle of 288.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF5BFE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 91 | 254 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.00 |
| HSL | 288.59º | 0.99% | 0.68% | - |
| HSV(B) | 288.59º | 0.64% | 1% | - |
| XYZ | 52.06 | 30.33 | 96.88 | - |
| YUV | 149.05 | 187.23 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 254 | 0.12 | 0.64 | 0 | 0.00 | 288.59 | 0.99 | 0.68 |
| Hex | DF | 5B | FE | C | 40 | 0 | 0 | 121 | 63 | 44 |
| Octal | 337 | 133 | 376 | 14 | 100 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11011111 | 1011011 | 11111110 | 1100 | 1000000 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #DF5BFE
Complementary color
Monochromatic Colors of #DF5BFE
Black with #DF5BFE
Text Example
Text Example
White with #DF5BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BFE; }
p { color: rgb(223,91,254); }
H1.HeaderClassName
{
color: #DF5BFE;
}
.AnyTagClassName
{
color: #DF5BFE;
}
</style>
background-color css
<style>
a { background-color: #DF5BFE; }
a { background-color: rgb(223,91,254); }
div.DivClassName
{
background-color: #DF5BFE;
}
.BgClassName
{
background-color: #DF5BFE;
}
</style>
border-color css
<style>
span { border-color: #DF5BFE; }
span { border-color: rgb(223,91,254); }
td.TdClassName
{
border-color: #DF5BFE;
}
.TagClassName
{
border-color: #DF5BFE;
}
</style>