Shades of Heliotrope #DF6AFF
Tints of Heliotrope #DF6AFF
RGB
CMYK
RGB Variations
Color information
#DF6AFF (or 0xDF6AFF) is known color: Heliotrope. HEX triplet: DF, 6A and FF. RGB value is (223,106,255). Sum of RGB (Red+Green+Blue) = 223+106+255=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 106 (41.80% from 255 or 18.15% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF6AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6AFF is #209500. Grayscale: #9D9D9D. Windows color (decimal): -2135297 or 16739039. OLE color: 16739039.
HSL color Cylindrical-coordinate representation of color #DF6AFF: hue angle of 287.11º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF6AFF is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 106 | 255 | - |
| CMYK | 0.13 | 0.58 | 0 | 0 |
| HSL | 287.11º | 1% | 0.71% | - |
| HSV(B) | 287.11º | 0.58% | 1% | - |
| XYZ | 53.64 | 33.22 | 98.19 | - |
| YUV | 157.97 | 182.76 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 255 | 0.13 | 0.58 | 0 | 0 | 287.11 | 1 | 0.71 |
| Hex | DF | 6A | FF | D | 3A | 0 | 0 | 11F | 64 | 47 |
| Octal | 337 | 152 | 377 | 15 | 72 | 0 | 0 | 437 | 144 | 107 |
| Binary | 11011111 | 1101010 | 11111111 | 1101 | 111010 | 0 | 0 | 100011111 | 1100100 | 1000111 |
Color Harmonies of #DF6AFF
Complementary color
Monochromatic Colors of #DF6AFF
Black with #DF6AFF
Text Example
Text Example
White with #DF6AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AFF; }
p { color: rgb(223,106,255); }
H1.HeaderClassName
{
color: #DF6AFF;
}
.AnyTagClassName
{
color: #DF6AFF;
}
</style>
background-color css
<style>
a { background-color: #DF6AFF; }
a { background-color: rgb(223,106,255); }
div.DivClassName
{
background-color: #DF6AFF;
}
.BgClassName
{
background-color: #DF6AFF;
}
</style>
border-color css
<style>
span { border-color: #DF6AFF; }
span { border-color: rgb(223,106,255); }
td.TdClassName
{
border-color: #DF6AFF;
}
.TagClassName
{
border-color: #DF6AFF;
}
</style>