Shades of Heliotrope #DF6FFA
Tints of Heliotrope #DF6FFA
RGB
CMYK
RGB Variations
Color information
#DF6FFA (or 0xDF6FFA) is known color: Heliotrope. HEX triplet: DF, 6F and FA. RGB value is (223,111,250). Sum of RGB (Red+Green+Blue) = 223+111+250=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF6FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FFA is #209005. Grayscale: #9F9F9F. Windows color (decimal): -2134022 or 16412639. OLE color: 16412639.
HSL color Cylindrical-coordinate representation of color #DF6FFA: hue angle of 288.35º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6FFA is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 111 | 250 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.02 |
| HSL | 288.35º | 0.93% | 0.71% | - |
| HSV(B) | 288.35º | 0.56% | 0.98% | - |
| XYZ | 53.37 | 33.96 | 94.18 | - |
| YUV | 160.33 | 178.61 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 250 | 0.11 | 0.56 | 0 | 0.02 | 288.35 | 0.93 | 0.71 |
| Hex | DF | 6F | FA | B | 38 | 0 | 2 | 120 | 5D | 47 |
| Octal | 337 | 157 | 372 | 13 | 70 | 0 | 2 | 440 | 135 | 107 |
| Binary | 11011111 | 1101111 | 11111010 | 1011 | 111000 | 0 | 10 | 100100000 | 1011101 | 1000111 |
Color Harmonies of #DF6FFA
Complementary color
Monochromatic Colors of #DF6FFA
Black with #DF6FFA
Text Example
Text Example
White with #DF6FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FFA; }
p { color: rgb(223,111,250); }
H1.HeaderClassName
{
color: #DF6FFA;
}
.AnyTagClassName
{
color: #DF6FFA;
}
</style>
background-color css
<style>
a { background-color: #DF6FFA; }
a { background-color: rgb(223,111,250); }
div.DivClassName
{
background-color: #DF6FFA;
}
.BgClassName
{
background-color: #DF6FFA;
}
</style>
border-color css
<style>
span { border-color: #DF6FFA; }
span { border-color: rgb(223,111,250); }
td.TdClassName
{
border-color: #DF6FFA;
}
.TagClassName
{
border-color: #DF6FFA;
}
</style>