Shades of Heliotrope #DF41FF
Tints of Heliotrope #DF41FF
RGB
CMYK
RGB Variations
Color information
#DF41FF (or 0xDF41FF) is known color: Heliotrope. HEX triplet: DF, 41 and FF. RGB value is (223,65,255). Sum of RGB (Red+Green+Blue) = 223+65+255=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 65 (25.78% from 255 or 11.97% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF41FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF41FF is #20BE00. Grayscale: #858585. Windows color (decimal): -2145793 or 16728543. OLE color: 16728543.
HSL color Cylindrical-coordinate representation of color #DF41FF: hue angle of 289.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DF41FF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 65 | 255 | - |
| CMYK | 0.13 | 0.75 | 0 | 0 |
| HSL | 289.89º | 1% | 0.63% | - |
| HSV(B) | 289.89º | 0.75% | 1% | - |
| XYZ | 50.37 | 26.69 | 97.1 | - |
| YUV | 133.9 | 196.35 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 65 | 255 | 0.13 | 0.75 | 0 | 0 | 289.89 | 1 | 0.63 |
| Hex | DF | 41 | FF | D | 4B | 0 | 0 | 122 | 64 | 3F |
| Octal | 337 | 101 | 377 | 15 | 113 | 0 | 0 | 442 | 144 | 77 |
| Binary | 11011111 | 1000001 | 11111111 | 1101 | 1001011 | 0 | 0 | 100100010 | 1100100 | 111111 |
Color Harmonies of #DF41FF
Complementary color
Monochromatic Colors of #DF41FF
Black with #DF41FF
Text Example
Text Example
White with #DF41FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF41FF; }
p { color: rgb(223,65,255); }
H1.HeaderClassName
{
color: #DF41FF;
}
.AnyTagClassName
{
color: #DF41FF;
}
</style>
background-color css
<style>
a { background-color: #DF41FF; }
a { background-color: rgb(223,65,255); }
div.DivClassName
{
background-color: #DF41FF;
}
.BgClassName
{
background-color: #DF41FF;
}
</style>
border-color css
<style>
span { border-color: #DF41FF; }
span { border-color: rgb(223,65,255); }
td.TdClassName
{
border-color: #DF41FF;
}
.TagClassName
{
border-color: #DF41FF;
}
</style>