Shades of Heliotrope #DF70FF
Tints of Heliotrope #DF70FF
RGB
CMYK
RGB Variations
Color information
#DF70FF (or 0xDF70FF) is known color: Heliotrope. HEX triplet: DF, 70 and FF. RGB value is (223,112,255). Sum of RGB (Red+Green+Blue) = 223+112+255=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 112 (44.14% from 255 or 18.98% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF70FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF70FF is #208F00. Grayscale: #A1A1A1. Windows color (decimal): -2133761 or 16740575. OLE color: 16740575.
HSL color Cylindrical-coordinate representation of color #DF70FF: hue angle of 286.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF70FF is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 112 | 255 | - |
| CMYK | 0.13 | 0.56 | 0 | 0 |
| HSL | 286.57º | 1% | 0.72% | - |
| HSV(B) | 286.57º | 0.56% | 1% | - |
| XYZ | 54.28 | 34.5 | 98.41 | - |
| YUV | 161.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 112 | 255 | 0.13 | 0.56 | 0 | 0 | 286.57 | 1 | 0.72 |
| Hex | DF | 70 | FF | D | 38 | 0 | 0 | 11F | 64 | 48 |
| Octal | 337 | 160 | 377 | 15 | 70 | 0 | 0 | 437 | 144 | 110 |
| Binary | 11011111 | 1110000 | 11111111 | 1101 | 111000 | 0 | 0 | 100011111 | 1100100 | 1001000 |
Color Harmonies of #DF70FF
Complementary color
Monochromatic Colors of #DF70FF
Black with #DF70FF
Text Example
Text Example
White with #DF70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF70FF; }
p { color: rgb(223,112,255); }
H1.HeaderClassName
{
color: #DF70FF;
}
.AnyTagClassName
{
color: #DF70FF;
}
</style>
background-color css
<style>
a { background-color: #DF70FF; }
a { background-color: rgb(223,112,255); }
div.DivClassName
{
background-color: #DF70FF;
}
.BgClassName
{
background-color: #DF70FF;
}
</style>
border-color css
<style>
span { border-color: #DF70FF; }
span { border-color: rgb(223,112,255); }
td.TdClassName
{
border-color: #DF70FF;
}
.TagClassName
{
border-color: #DF70FF;
}
</style>