Shades of Heliotrope #DF5AF1
Tints of Heliotrope #DF5AF1
RGB
CMYK
RGB Variations
Color information
#DF5AF1 (or 0xDF5AF1) is known color: Heliotrope. HEX triplet: DF, 5A and F1. RGB value is (223,90,241). Sum of RGB (Red+Green+Blue) = 223+90+241=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 90 (35.55% from 255 or 16.25% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5AF1 is #20A50E. Grayscale: #929292. Windows color (decimal): -2139407 or 15817439. OLE color: 15817439.
HSL color Cylindrical-coordinate representation of color #DF5AF1: hue angle of 292.85º degrees, saturation: 0.84, 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 #DF5AF1 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 90 | 241 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.05 |
| HSL | 292.85º | 0.84% | 0.65% | - |
| HSV(B) | 292.85º | 0.63% | 0.95% | - |
| XYZ | 49.96 | 29.35 | 86.25 | - |
| YUV | 146.98 | 181.06 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 90 | 241 | 0.07 | 0.63 | 0 | 0.05 | 292.85 | 0.84 | 0.65 |
| Hex | DF | 5A | F1 | 7 | 3F | 0 | 5 | 125 | 54 | 41 |
| Octal | 337 | 132 | 361 | 7 | 77 | 0 | 5 | 445 | 124 | 101 |
| Binary | 11011111 | 1011010 | 11110001 | 111 | 111111 | 0 | 101 | 100100101 | 1010100 | 1000001 |
Color Harmonies of #DF5AF1
Complementary color
Monochromatic Colors of #DF5AF1
Black with #DF5AF1
Text Example
Text Example
White with #DF5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5AF1; }
p { color: rgb(223,90,241); }
H1.HeaderClassName
{
color: #DF5AF1;
}
.AnyTagClassName
{
color: #DF5AF1;
}
</style>
background-color css
<style>
a { background-color: #DF5AF1; }
a { background-color: rgb(223,90,241); }
div.DivClassName
{
background-color: #DF5AF1;
}
.BgClassName
{
background-color: #DF5AF1;
}
</style>
border-color css
<style>
span { border-color: #DF5AF1; }
span { border-color: rgb(223,90,241); }
td.TdClassName
{
border-color: #DF5AF1;
}
.TagClassName
{
border-color: #DF5AF1;
}
</style>