Shades of Heliotrope #DF5AF6
Tints of Heliotrope #DF5AF6
RGB
CMYK
RGB Variations
Color information
#DF5AF6 (or 0xDF5AF6) is known color: Heliotrope. HEX triplet: DF, 5A and F6. RGB value is (223,90,246). Sum of RGB (Red+Green+Blue) = 223+90+246=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 90 (35.55% from 255 or 16.10% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF5AF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AF6 is #20A509. Grayscale: #939393. Windows color (decimal): -2139402 or 16145119. OLE color: 16145119.
HSL color Cylindrical-coordinate representation of color #DF5AF6: hue angle of 291.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5AF6 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 90 | 246 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.04 |
| HSL | 291.15º | 0.9% | 0.66% | - |
| HSV(B) | 291.15º | 0.63% | 0.96% | - |
| XYZ | 50.72 | 29.65 | 90.24 | - |
| YUV | 147.55 | 183.56 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 246 | 0.09 | 0.63 | 0 | 0.04 | 291.15 | 0.9 | 0.66 |
| Hex | DF | 5A | F6 | 9 | 3F | 0 | 4 | 123 | 5A | 42 |
| Octal | 337 | 132 | 366 | 11 | 77 | 0 | 4 | 443 | 132 | 102 |
| Binary | 11011111 | 1011010 | 11110110 | 1001 | 111111 | 0 | 100 | 100100011 | 1011010 | 1000010 |
Color Harmonies of #DF5AF6
Complementary color
Monochromatic Colors of #DF5AF6
Black with #DF5AF6
Text Example
Text Example
White with #DF5AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AF6; }
p { color: rgb(223,90,246); }
H1.HeaderClassName
{
color: #DF5AF6;
}
.AnyTagClassName
{
color: #DF5AF6;
}
</style>
background-color css
<style>
a { background-color: #DF5AF6; }
a { background-color: rgb(223,90,246); }
div.DivClassName
{
background-color: #DF5AF6;
}
.BgClassName
{
background-color: #DF5AF6;
}
</style>
border-color css
<style>
span { border-color: #DF5AF6; }
span { border-color: rgb(223,90,246); }
td.TdClassName
{
border-color: #DF5AF6;
}
.TagClassName
{
border-color: #DF5AF6;
}
</style>