Shades of Heliotrope #DF6BF6
Tints of Heliotrope #DF6BF6
RGB
CMYK
RGB Variations
Color information
#DF6BF6 (or 0xDF6BF6) is known color: Heliotrope. HEX triplet: DF, 6B and F6. RGB value is (223,107,246). Sum of RGB (Red+Green+Blue) = 223+107+246=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF6BF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF6 is #209409. Grayscale: #9D9D9D. Windows color (decimal): -2135050 or 16149471. OLE color: 16149471.
HSL color Cylindrical-coordinate representation of color #DF6BF6: hue angle of 290.07º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6BF6 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 107 | 246 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.04 |
| HSL | 290.07º | 0.89% | 0.69% | - |
| HSV(B) | 290.07º | 0.57% | 0.96% | - |
| XYZ | 52.32 | 32.86 | 90.77 | - |
| YUV | 157.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 246 | 0.09 | 0.57 | 0 | 0.04 | 290.07 | 0.89 | 0.69 |
| Hex | DF | 6B | F6 | 9 | 39 | 0 | 4 | 122 | 59 | 45 |
| Octal | 337 | 153 | 366 | 11 | 71 | 0 | 4 | 442 | 131 | 105 |
| Binary | 11011111 | 1101011 | 11110110 | 1001 | 111001 | 0 | 100 | 100100010 | 1011001 | 1000101 |
Color Harmonies of #DF6BF6
Complementary color
Monochromatic Colors of #DF6BF6
Black with #DF6BF6
Text Example
Text Example
White with #DF6BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BF6; }
p { color: rgb(223,107,246); }
H1.HeaderClassName
{
color: #DF6BF6;
}
.AnyTagClassName
{
color: #DF6BF6;
}
</style>
background-color css
<style>
a { background-color: #DF6BF6; }
a { background-color: rgb(223,107,246); }
div.DivClassName
{
background-color: #DF6BF6;
}
.BgClassName
{
background-color: #DF6BF6;
}
</style>
border-color css
<style>
span { border-color: #DF6BF6; }
span { border-color: rgb(223,107,246); }
td.TdClassName
{
border-color: #DF6BF6;
}
.TagClassName
{
border-color: #DF6BF6;
}
</style>