Shades of Heliotrope #DF5BF2
Tints of Heliotrope #DF5BF2
RGB
CMYK
RGB Variations
Color information
#DF5BF2 (or 0xDF5BF2) is known color: Heliotrope. HEX triplet: DF, 5B and F2. RGB value is (223,91,242). Sum of RGB (Red+Green+Blue) = 223+91+242=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 91 (35.94% from 255 or 16.37% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #DF5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF5BF2 is #20A40D. Grayscale: #939393. Windows color (decimal): -2139150 or 15883231. OLE color: 15883231.
HSL color Cylindrical-coordinate representation of color #DF5BF2: hue angle of 292.45º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5BF2 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 91 | 242 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.05 |
| HSL | 292.45º | 0.85% | 0.65% | - |
| HSV(B) | 292.45º | 0.62% | 0.95% | - |
| XYZ | 50.2 | 29.58 | 87.07 | - |
| YUV | 147.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 91 | 242 | 0.08 | 0.62 | 0 | 0.05 | 292.45 | 0.85 | 0.65 |
| Hex | DF | 5B | F2 | 8 | 3E | 0 | 5 | 124 | 55 | 41 |
| Octal | 337 | 133 | 362 | 10 | 76 | 0 | 5 | 444 | 125 | 101 |
| Binary | 11011111 | 1011011 | 11110010 | 1000 | 111110 | 0 | 101 | 100100100 | 1010101 | 1000001 |
Color Harmonies of #DF5BF2
Complementary color
Monochromatic Colors of #DF5BF2
Black with #DF5BF2
Text Example
Text Example
White with #DF5BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF5BF2; }
p { color: rgb(223,91,242); }
H1.HeaderClassName
{
color: #DF5BF2;
}
.AnyTagClassName
{
color: #DF5BF2;
}
</style>
background-color css
<style>
a { background-color: #DF5BF2; }
a { background-color: rgb(223,91,242); }
div.DivClassName
{
background-color: #DF5BF2;
}
.BgClassName
{
background-color: #DF5BF2;
}
</style>
border-color css
<style>
span { border-color: #DF5BF2; }
span { border-color: rgb(223,91,242); }
td.TdClassName
{
border-color: #DF5BF2;
}
.TagClassName
{
border-color: #DF5BF2;
}
</style>