Shades of Heliotrope #DF6BF1
Tints of Heliotrope #DF6BF1
RGB
CMYK
RGB Variations
Color information
#DF6BF1 (or 0xDF6BF1) is known color: Heliotrope. HEX triplet: DF, 6B and F1. RGB value is (223,107,241). Sum of RGB (Red+Green+Blue) = 223+107+241=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF6BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF1 is #20940E. Grayscale: #9C9C9C. Windows color (decimal): -2135055 or 15821791. OLE color: 15821791.
HSL color Cylindrical-coordinate representation of color #DF6BF1: hue angle of 291.94º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6BF1 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 107 | 241 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.05 |
| HSL | 291.94º | 0.83% | 0.68% | - |
| HSV(B) | 291.94º | 0.56% | 0.95% | - |
| XYZ | 51.57 | 32.55 | 86.78 | - |
| YUV | 156.96 | 175.43 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 241 | 0.07 | 0.56 | 0 | 0.05 | 291.94 | 0.83 | 0.68 |
| Hex | DF | 6B | F1 | 7 | 38 | 0 | 5 | 124 | 53 | 44 |
| Octal | 337 | 153 | 361 | 7 | 70 | 0 | 5 | 444 | 123 | 104 |
| Binary | 11011111 | 1101011 | 11110001 | 111 | 111000 | 0 | 101 | 100100100 | 1010011 | 1000100 |
Color Harmonies of #DF6BF1
Complementary color
Monochromatic Colors of #DF6BF1
Black with #DF6BF1
Text Example
Text Example
White with #DF6BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BF1; }
p { color: rgb(223,107,241); }
H1.HeaderClassName
{
color: #DF6BF1;
}
.AnyTagClassName
{
color: #DF6BF1;
}
</style>
background-color css
<style>
a { background-color: #DF6BF1; }
a { background-color: rgb(223,107,241); }
div.DivClassName
{
background-color: #DF6BF1;
}
.BgClassName
{
background-color: #DF6BF1;
}
</style>
border-color css
<style>
span { border-color: #DF6BF1; }
span { border-color: rgb(223,107,241); }
td.TdClassName
{
border-color: #DF6BF1;
}
.TagClassName
{
border-color: #DF6BF1;
}
</style>