Shades of Heliotrope #DF5BF9
Tints of Heliotrope #DF5BF9
RGB
CMYK
RGB Variations
Color information
#DF5BF9 (or 0xDF5BF9) is known color: Heliotrope. HEX triplet: DF, 5B and F9. RGB value is (223,91,249). Sum of RGB (Red+Green+Blue) = 223+91+249=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 91 (35.94% from 255 or 16.16% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #DF5BF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BF9 is #20A406. Grayscale: #939393. Windows color (decimal): -2139143 or 16341983. OLE color: 16341983.
HSL color Cylindrical-coordinate representation of color #DF5BF9: hue angle of 290.13º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DF5BF9 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 91 | 249 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.02 |
| HSL | 290.13º | 0.93% | 0.67% | - |
| HSV(B) | 290.13º | 0.63% | 0.98% | - |
| XYZ | 51.27 | 30.01 | 92.71 | - |
| YUV | 148.48 | 184.73 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 249 | 0.10 | 0.63 | 0 | 0.02 | 290.13 | 0.93 | 0.67 |
| Hex | DF | 5B | F9 | A | 3F | 0 | 2 | 122 | 5D | 43 |
| Octal | 337 | 133 | 371 | 12 | 77 | 0 | 2 | 442 | 135 | 103 |
| Binary | 11011111 | 1011011 | 11111001 | 1010 | 111111 | 0 | 10 | 100100010 | 1011101 | 1000011 |
Color Harmonies of #DF5BF9
Complementary color
Monochromatic Colors of #DF5BF9
Black with #DF5BF9
Text Example
Text Example
White with #DF5BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BF9; }
p { color: rgb(223,91,249); }
H1.HeaderClassName
{
color: #DF5BF9;
}
.AnyTagClassName
{
color: #DF5BF9;
}
</style>
background-color css
<style>
a { background-color: #DF5BF9; }
a { background-color: rgb(223,91,249); }
div.DivClassName
{
background-color: #DF5BF9;
}
.BgClassName
{
background-color: #DF5BF9;
}
</style>
border-color css
<style>
span { border-color: #DF5BF9; }
span { border-color: rgb(223,91,249); }
td.TdClassName
{
border-color: #DF5BF9;
}
.TagClassName
{
border-color: #DF5BF9;
}
</style>