Shades of Heliotrope #DF5CFE
Tints of Heliotrope #DF5CFE
RGB
CMYK
RGB Variations
Color information
#DF5CFE (or 0xDF5CFE) is known color: Heliotrope. HEX triplet: DF, 5C and FE. RGB value is (223,92,254). Sum of RGB (Red+Green+Blue) = 223+92+254=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 92 (36.33% from 255 or 16.17% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5CFE is #20A301. Grayscale: #959595. Windows color (decimal): -2138882 or 16669919. OLE color: 16669919.
HSL color Cylindrical-coordinate representation of color #DF5CFE: hue angle of 288.52º 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 #DF5CFE is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 92 | 254 | - |
| CMYK | 0.12 | 0.64 | 0 | 0.00 |
| HSL | 288.52º | 0.99% | 0.68% | - |
| HSV(B) | 288.52º | 0.64% | 1% | - |
| XYZ | 52.15 | 30.5 | 96.9 | - |
| YUV | 149.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 92 | 254 | 0.12 | 0.64 | 0 | 0.00 | 288.52 | 0.99 | 0.68 |
| Hex | DF | 5C | FE | C | 40 | 0 | 0 | 121 | 63 | 44 |
| Octal | 337 | 134 | 376 | 14 | 100 | 0 | 0 | 441 | 143 | 104 |
| Binary | 11011111 | 1011100 | 11111110 | 1100 | 1000000 | 0 | 0 | 100100001 | 1100011 | 1000100 |
Color Harmonies of #DF5CFE
Complementary color
Monochromatic Colors of #DF5CFE
Black with #DF5CFE
Text Example
Text Example
White with #DF5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5CFE; }
p { color: rgb(223,92,254); }
H1.HeaderClassName
{
color: #DF5CFE;
}
.AnyTagClassName
{
color: #DF5CFE;
}
</style>
background-color css
<style>
a { background-color: #DF5CFE; }
a { background-color: rgb(223,92,254); }
div.DivClassName
{
background-color: #DF5CFE;
}
.BgClassName
{
background-color: #DF5CFE;
}
</style>
border-color css
<style>
span { border-color: #DF5CFE; }
span { border-color: rgb(223,92,254); }
td.TdClassName
{
border-color: #DF5CFE;
}
.TagClassName
{
border-color: #DF5CFE;
}
</style>