Shades of Heliotrope #DF5AF3
Tints of Heliotrope #DF5AF3
RGB
CMYK
RGB Variations
Color information
#DF5AF3 (or 0xDF5AF3) is known color: Heliotrope. HEX triplet: DF, 5A and F3. RGB value is (223,90,243). Sum of RGB (Red+Green+Blue) = 223+90+243=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 90 (35.55% from 255 or 16.19% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF5AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AF3 is #20A50C. Grayscale: #929292. Windows color (decimal): -2139405 or 15948511. OLE color: 15948511.
HSL color Cylindrical-coordinate representation of color #DF5AF3: hue angle of 292.16º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5AF3 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 90 | 243 | - |
| CMYK | 0.08 | 0.63 | 0 | 0.05 |
| HSL | 292.16º | 0.86% | 0.65% | - |
| HSV(B) | 292.16º | 0.63% | 0.95% | - |
| XYZ | 50.27 | 29.47 | 87.83 | - |
| YUV | 147.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 243 | 0.08 | 0.63 | 0 | 0.05 | 292.16 | 0.86 | 0.65 |
| Hex | DF | 5A | F3 | 8 | 3F | 0 | 5 | 124 | 56 | 41 |
| Octal | 337 | 132 | 363 | 10 | 77 | 0 | 5 | 444 | 126 | 101 |
| Binary | 11011111 | 1011010 | 11110011 | 1000 | 111111 | 0 | 101 | 100100100 | 1010110 | 1000001 |
Color Harmonies of #DF5AF3
Complementary color
Monochromatic Colors of #DF5AF3
Black with #DF5AF3
Text Example
Text Example
White with #DF5AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AF3; }
p { color: rgb(223,90,243); }
H1.HeaderClassName
{
color: #DF5AF3;
}
.AnyTagClassName
{
color: #DF5AF3;
}
</style>
background-color css
<style>
a { background-color: #DF5AF3; }
a { background-color: rgb(223,90,243); }
div.DivClassName
{
background-color: #DF5AF3;
}
.BgClassName
{
background-color: #DF5AF3;
}
</style>
border-color css
<style>
span { border-color: #DF5AF3; }
span { border-color: rgb(223,90,243); }
td.TdClassName
{
border-color: #DF5AF3;
}
.TagClassName
{
border-color: #DF5AF3;
}
</style>