Shades of Heliotrope #DF5AFE
Tints of Heliotrope #DF5AFE
RGB
CMYK
RGB Variations
Color information
#DF5AFE (or 0xDF5AFE) is known color: Heliotrope. HEX triplet: DF, 5A and FE. RGB value is (223,90,254). Sum of RGB (Red+Green+Blue) = 223+90+254=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 90 (35.55% from 255 or 15.87% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AFE is #20A501. Grayscale: #939393. Windows color (decimal): -2139394 or 16669407. OLE color: 16669407.
HSL color Cylindrical-coordinate representation of color #DF5AFE: hue angle of 288.66º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DF5AFE is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 90 | 254 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.00 |
| HSL | 288.66º | 0.99% | 0.67% | - |
| HSV(B) | 288.66º | 0.65% | 1% | - |
| XYZ | 51.98 | 30.16 | 96.85 | - |
| YUV | 148.46 | 187.56 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 254 | 0.12 | 0.65 | 0 | 0.00 | 288.66 | 0.99 | 0.67 |
| Hex | DF | 5A | FE | C | 41 | 0 | 0 | 121 | 63 | 43 |
| Octal | 337 | 132 | 376 | 14 | 101 | 0 | 0 | 441 | 143 | 103 |
| Binary | 11011111 | 1011010 | 11111110 | 1100 | 1000001 | 0 | 0 | 100100001 | 1100011 | 1000011 |
Color Harmonies of #DF5AFE
Complementary color
Monochromatic Colors of #DF5AFE
Black with #DF5AFE
Text Example
Text Example
White with #DF5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AFE; }
p { color: rgb(223,90,254); }
H1.HeaderClassName
{
color: #DF5AFE;
}
.AnyTagClassName
{
color: #DF5AFE;
}
</style>
background-color css
<style>
a { background-color: #DF5AFE; }
a { background-color: rgb(223,90,254); }
div.DivClassName
{
background-color: #DF5AFE;
}
.BgClassName
{
background-color: #DF5AFE;
}
</style>
border-color css
<style>
span { border-color: #DF5AFE; }
span { border-color: rgb(223,90,254); }
td.TdClassName
{
border-color: #DF5AFE;
}
.TagClassName
{
border-color: #DF5AFE;
}
</style>