Shades of Heliotrope #DF6FFC
Tints of Heliotrope #DF6FFC
RGB
CMYK
RGB Variations
Color information
#DF6FFC (or 0xDF6FFC) is known color: Heliotrope. HEX triplet: DF, 6F and FC. RGB value is (223,111,252). Sum of RGB (Red+Green+Blue) = 223+111+252=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 111 (43.75% from 255 or 18.94% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF6FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FFC is #209003. Grayscale: #A0A0A0. Windows color (decimal): -2134020 or 16543711. OLE color: 16543711.
HSL color Cylindrical-coordinate representation of color #DF6FFC: hue angle of 287.66º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF6FFC is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 111 | 252 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.01 |
| HSL | 287.66º | 0.96% | 0.71% | - |
| HSV(B) | 287.66º | 0.56% | 0.99% | - |
| XYZ | 53.69 | 34.09 | 95.84 | - |
| YUV | 160.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 252 | 0.12 | 0.56 | 0 | 0.01 | 287.66 | 0.96 | 0.71 |
| Hex | DF | 6F | FC | C | 38 | 0 | 1 | 120 | 60 | 47 |
| Octal | 337 | 157 | 374 | 14 | 70 | 0 | 1 | 440 | 140 | 107 |
| Binary | 11011111 | 1101111 | 11111100 | 1100 | 111000 | 0 | 1 | 100100000 | 1100000 | 1000111 |
Color Harmonies of #DF6FFC
Complementary color
Monochromatic Colors of #DF6FFC
Black with #DF6FFC
Text Example
Text Example
White with #DF6FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FFC; }
p { color: rgb(223,111,252); }
H1.HeaderClassName
{
color: #DF6FFC;
}
.AnyTagClassName
{
color: #DF6FFC;
}
</style>
background-color css
<style>
a { background-color: #DF6FFC; }
a { background-color: rgb(223,111,252); }
div.DivClassName
{
background-color: #DF6FFC;
}
.BgClassName
{
background-color: #DF6FFC;
}
</style>
border-color css
<style>
span { border-color: #DF6FFC; }
span { border-color: rgb(223,111,252); }
td.TdClassName
{
border-color: #DF6FFC;
}
.TagClassName
{
border-color: #DF6FFC;
}
</style>