Shades of Heliotrope #DF6BF3
Tints of Heliotrope #DF6BF3
RGB
CMYK
RGB Variations
Color information
#DF6BF3 (or 0xDF6BF3) is known color: Heliotrope. HEX triplet: DF, 6B and F3. RGB value is (223,107,243). Sum of RGB (Red+Green+Blue) = 223+107+243=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 107 (42.19% from 255 or 18.67% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF6BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6BF3 is #20940C. Grayscale: #9C9C9C. Windows color (decimal): -2135053 or 15952863. OLE color: 15952863.
HSL color Cylindrical-coordinate representation of color #DF6BF3: hue angle of 291.18º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6BF3 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 107 | 243 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.05 |
| HSL | 291.18º | 0.85% | 0.69% | - |
| HSV(B) | 291.18º | 0.56% | 0.95% | - |
| XYZ | 51.87 | 32.67 | 88.37 | - |
| YUV | 157.19 | 176.43 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 243 | 0.08 | 0.56 | 0 | 0.05 | 291.18 | 0.85 | 0.69 |
| Hex | DF | 6B | F3 | 8 | 38 | 0 | 5 | 123 | 55 | 45 |
| Octal | 337 | 153 | 363 | 10 | 70 | 0 | 5 | 443 | 125 | 105 |
| Binary | 11011111 | 1101011 | 11110011 | 1000 | 111000 | 0 | 101 | 100100011 | 1010101 | 1000101 |
Color Harmonies of #DF6BF3
Complementary color
Monochromatic Colors of #DF6BF3
Black with #DF6BF3
Text Example
Text Example
White with #DF6BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BF3; }
p { color: rgb(223,107,243); }
H1.HeaderClassName
{
color: #DF6BF3;
}
.AnyTagClassName
{
color: #DF6BF3;
}
</style>
background-color css
<style>
a { background-color: #DF6BF3; }
a { background-color: rgb(223,107,243); }
div.DivClassName
{
background-color: #DF6BF3;
}
.BgClassName
{
background-color: #DF6BF3;
}
</style>
border-color css
<style>
span { border-color: #DF6BF3; }
span { border-color: rgb(223,107,243); }
td.TdClassName
{
border-color: #DF6BF3;
}
.TagClassName
{
border-color: #DF6BF3;
}
</style>