Shades of Heliotrope #DF40FF
Tints of Heliotrope #DF40FF
RGB
CMYK
RGB Variations
Color information
#DF40FF (or 0xDF40FF) is known color: Heliotrope. HEX triplet: DF, 40 and FF. RGB value is (223,64,255). Sum of RGB (Red+Green+Blue) = 223+64+255=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 64 (25.39% from 255 or 11.81% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF40FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF40FF is #20BF00. Grayscale: #848484. Windows color (decimal): -2146049 or 16728287. OLE color: 16728287.
HSL color Cylindrical-coordinate representation of color #DF40FF: hue angle of 289.95º 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 #DF40FF is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 64 | 255 | - |
| CMYK | 0.13 | 0.75 | 0 | 0 |
| HSL | 289.95º | 1% | 0.63% | - |
| HSV(B) | 289.95º | 0.75% | 1% | - |
| XYZ | 50.31 | 26.57 | 97.09 | - |
| YUV | 133.32 | 196.68 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 64 | 255 | 0.13 | 0.75 | 0 | 0 | 289.95 | 1 | 0.63 |
| Hex | DF | 40 | FF | D | 4B | 0 | 0 | 122 | 64 | 3F |
| Octal | 337 | 100 | 377 | 15 | 113 | 0 | 0 | 442 | 144 | 77 |
| Binary | 11011111 | 1000000 | 11111111 | 1101 | 1001011 | 0 | 0 | 100100010 | 1100100 | 111111 |
Color Harmonies of #DF40FF
Complementary color
Monochromatic Colors of #DF40FF
Black with #DF40FF
Text Example
Text Example
White with #DF40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF40FF; }
p { color: rgb(223,64,255); }
H1.HeaderClassName
{
color: #DF40FF;
}
.AnyTagClassName
{
color: #DF40FF;
}
</style>
background-color css
<style>
a { background-color: #DF40FF; }
a { background-color: rgb(223,64,255); }
div.DivClassName
{
background-color: #DF40FF;
}
.BgClassName
{
background-color: #DF40FF;
}
</style>
border-color css
<style>
span { border-color: #DF40FF; }
span { border-color: rgb(223,64,255); }
td.TdClassName
{
border-color: #DF40FF;
}
.TagClassName
{
border-color: #DF40FF;
}
</style>