Shades of Heliotrope #DF6FF1
Tints of Heliotrope #DF6FF1
RGB
CMYK
RGB Variations
Color information
#DF6FF1 (or 0xDF6FF1) is known color: Heliotrope. HEX triplet: DF, 6F and F1. RGB value is (223,111,241). Sum of RGB (Red+Green+Blue) = 223+111+241=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF6FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FF1 is #20900E. Grayscale: #9E9E9E. Windows color (decimal): -2134031 or 15822815. OLE color: 15822815.
HSL color Cylindrical-coordinate representation of color #DF6FF1: hue angle of 291.69º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF6FF1 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 111 | 241 | - |
| CMYK | 0.07 | 0.54 | 0 | 0.05 |
| HSL | 291.69º | 0.82% | 0.69% | - |
| HSV(B) | 291.69º | 0.54% | 0.95% | - |
| XYZ | 51.99 | 33.41 | 86.93 | - |
| YUV | 159.31 | 174.11 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 241 | 0.07 | 0.54 | 0 | 0.05 | 291.69 | 0.82 | 0.69 |
| Hex | DF | 6F | F1 | 7 | 36 | 0 | 5 | 124 | 52 | 45 |
| Octal | 337 | 157 | 361 | 7 | 66 | 0 | 5 | 444 | 122 | 105 |
| Binary | 11011111 | 1101111 | 11110001 | 111 | 110110 | 0 | 101 | 100100100 | 1010010 | 1000101 |
Color Harmonies of #DF6FF1
Complementary color
Monochromatic Colors of #DF6FF1
Black with #DF6FF1
Text Example
Text Example
White with #DF6FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FF1; }
p { color: rgb(223,111,241); }
H1.HeaderClassName
{
color: #DF6FF1;
}
.AnyTagClassName
{
color: #DF6FF1;
}
</style>
background-color css
<style>
a { background-color: #DF6FF1; }
a { background-color: rgb(223,111,241); }
div.DivClassName
{
background-color: #DF6FF1;
}
.BgClassName
{
background-color: #DF6FF1;
}
</style>
border-color css
<style>
span { border-color: #DF6FF1; }
span { border-color: rgb(223,111,241); }
td.TdClassName
{
border-color: #DF6FF1;
}
.TagClassName
{
border-color: #DF6FF1;
}
</style>