Shades of Heliotrope #DF5BF7
Tints of Heliotrope #DF5BF7
RGB
CMYK
RGB Variations
Color information
#DF5BF7 (or 0xDF5BF7) is known color: Heliotrope. HEX triplet: DF, 5B and F7. RGB value is (223,91,247). Sum of RGB (Red+Green+Blue) = 223+91+247=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 91 (35.94% from 255 or 16.22% from 561); Blue value is 247 (96.88% from 255 or 44.03% from 561); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF5BF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BF7 is #20A408. Grayscale: #939393. Windows color (decimal): -2139145 or 16210911. OLE color: 16210911.
HSL color Cylindrical-coordinate representation of color #DF5BF7: hue angle of 290.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5BF7 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 91 | 247 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.03 |
| HSL | 290.77º | 0.91% | 0.66% | - |
| HSV(B) | 290.77º | 0.63% | 0.97% | - |
| XYZ | 50.96 | 29.89 | 91.08 | - |
| YUV | 148.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 247 | 0.10 | 0.63 | 0 | 0.03 | 290.77 | 0.91 | 0.66 |
| Hex | DF | 5B | F7 | A | 3F | 0 | 3 | 123 | 5B | 42 |
| Octal | 337 | 133 | 367 | 12 | 77 | 0 | 3 | 443 | 133 | 102 |
| Binary | 11011111 | 1011011 | 11110111 | 1010 | 111111 | 0 | 11 | 100100011 | 1011011 | 1000010 |
Color Harmonies of #DF5BF7
Complementary color
Monochromatic Colors of #DF5BF7
Black with #DF5BF7
Text Example
Text Example
White with #DF5BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BF7; }
p { color: rgb(223,91,247); }
H1.HeaderClassName
{
color: #DF5BF7;
}
.AnyTagClassName
{
color: #DF5BF7;
}
</style>
background-color css
<style>
a { background-color: #DF5BF7; }
a { background-color: rgb(223,91,247); }
div.DivClassName
{
background-color: #DF5BF7;
}
.BgClassName
{
background-color: #DF5BF7;
}
</style>
border-color css
<style>
span { border-color: #DF5BF7; }
span { border-color: rgb(223,91,247); }
td.TdClassName
{
border-color: #DF5BF7;
}
.TagClassName
{
border-color: #DF5BF7;
}
</style>