Shades of Heliotrope #DF5FFE
Tints of Heliotrope #DF5FFE
RGB
CMYK
RGB Variations
Color information
#DF5FFE (or 0xDF5FFE) is known color: Heliotrope. HEX triplet: DF, 5F and FE. RGB value is (223,95,254). Sum of RGB (Red+Green+Blue) = 223+95+254=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 95 (37.5% from 255 or 16.61% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5FFE is #20A001. Grayscale: #969696. Windows color (decimal): -2138114 or 16670687. OLE color: 16670687.
HSL color Cylindrical-coordinate representation of color #DF5FFE: hue angle of 288.3º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5FFE is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 95 | 254 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.00 |
| HSL | 288.3º | 0.99% | 0.68% | - |
| HSV(B) | 288.3º | 0.63% | 1% | - |
| XYZ | 52.41 | 31.03 | 96.99 | - |
| YUV | 151.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 95 | 254 | 0.12 | 0.63 | 0 | 0.00 | 288.3 | 0.99 | 0.68 |
| Hex | DF | 5F | FE | C | 3F | 0 | 0 | 120 | 63 | 44 |
| Octal | 337 | 137 | 376 | 14 | 77 | 0 | 0 | 440 | 143 | 104 |
| Binary | 11011111 | 1011111 | 11111110 | 1100 | 111111 | 0 | 0 | 100100000 | 1100011 | 1000100 |
Color Harmonies of #DF5FFE
Complementary color
Monochromatic Colors of #DF5FFE
Black with #DF5FFE
Text Example
Text Example
White with #DF5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5FFE; }
p { color: rgb(223,95,254); }
H1.HeaderClassName
{
color: #DF5FFE;
}
.AnyTagClassName
{
color: #DF5FFE;
}
</style>
background-color css
<style>
a { background-color: #DF5FFE; }
a { background-color: rgb(223,95,254); }
div.DivClassName
{
background-color: #DF5FFE;
}
.BgClassName
{
background-color: #DF5FFE;
}
</style>
border-color css
<style>
span { border-color: #DF5FFE; }
span { border-color: rgb(223,95,254); }
td.TdClassName
{
border-color: #DF5FFE;
}
.TagClassName
{
border-color: #DF5FFE;
}
</style>