Shades of Heliotrope #DF71F1
Tints of Heliotrope #DF71F1
RGB
CMYK
RGB Variations
Color information
#DF71F1 (or 0xDF71F1) is known color: Heliotrope. HEX triplet: DF, 71 and F1. RGB value is (223,113,241). Sum of RGB (Red+Green+Blue) = 223+113+241=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 113 (44.53% from 255 or 19.58% from 577); Blue value is 241 (94.53% from 255 or 41.77% from 577); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF71F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF71F1 is #208E0E. Grayscale: #A0A0A0. Windows color (decimal): -2133519 or 15823327. OLE color: 15823327.
HSL color Cylindrical-coordinate representation of color #DF71F1: hue angle of 291.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF71F1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 113 | 241 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.05 |
| HSL | 291.56º | 0.82% | 0.69% | - |
| HSV(B) | 291.56º | 0.53% | 0.95% | - |
| XYZ | 52.21 | 33.85 | 87 | - |
| YUV | 160.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 113 | 241 | 0.07 | 0.53 | 0 | 0.05 | 291.56 | 0.82 | 0.69 |
| Hex | DF | 71 | F1 | 7 | 35 | 0 | 5 | 124 | 52 | 45 |
| Octal | 337 | 161 | 361 | 7 | 65 | 0 | 5 | 444 | 122 | 105 |
| Binary | 11011111 | 1110001 | 11110001 | 111 | 110101 | 0 | 101 | 100100100 | 1010010 | 1000101 |
Color Harmonies of #DF71F1
Complementary color
Monochromatic Colors of #DF71F1
Black with #DF71F1
Text Example
Text Example
White with #DF71F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF71F1; }
p { color: rgb(223,113,241); }
H1.HeaderClassName
{
color: #DF71F1;
}
.AnyTagClassName
{
color: #DF71F1;
}
</style>
background-color css
<style>
a { background-color: #DF71F1; }
a { background-color: rgb(223,113,241); }
div.DivClassName
{
background-color: #DF71F1;
}
.BgClassName
{
background-color: #DF71F1;
}
</style>
border-color css
<style>
span { border-color: #DF71F1; }
span { border-color: rgb(223,113,241); }
td.TdClassName
{
border-color: #DF71F1;
}
.TagClassName
{
border-color: #DF71F1;
}
</style>