Shades of Heliotrope #DF7BF1
Tints of Heliotrope #DF7BF1
RGB
CMYK
RGB Variations
Color information
#DF7BF1 (or 0xDF7BF1) is known color: Heliotrope. HEX triplet: DF, 7B and F1. RGB value is (223,123,241). Sum of RGB (Red+Green+Blue) = 223+123+241=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 123 (48.44% from 255 or 20.95% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF7BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF7BF1 is #20840E. Grayscale: #A5A5A5. Windows color (decimal): -2130959 or 15825887. OLE color: 15825887.
HSL color Cylindrical-coordinate representation of color #DF7BF1: hue angle of 290.85º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF7BF1 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 123 | 241 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.05 |
| HSL | 290.85º | 0.81% | 0.71% | - |
| HSV(B) | 290.85º | 0.49% | 0.95% | - |
| XYZ | 53.39 | 36.2 | 87.39 | - |
| YUV | 166.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 241 | 0.07 | 0.49 | 0 | 0.05 | 290.85 | 0.81 | 0.71 |
| Hex | DF | 7B | F1 | 7 | 31 | 0 | 5 | 123 | 51 | 47 |
| Octal | 337 | 173 | 361 | 7 | 61 | 0 | 5 | 443 | 121 | 107 |
| Binary | 11011111 | 1111011 | 11110001 | 111 | 110001 | 0 | 101 | 100100011 | 1010001 | 1000111 |
Color Harmonies of #DF7BF1
Complementary color
Monochromatic Colors of #DF7BF1
Black with #DF7BF1
Text Example
Text Example
White with #DF7BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BF1; }
p { color: rgb(223,123,241); }
H1.HeaderClassName
{
color: #DF7BF1;
}
.AnyTagClassName
{
color: #DF7BF1;
}
</style>
background-color css
<style>
a { background-color: #DF7BF1; }
a { background-color: rgb(223,123,241); }
div.DivClassName
{
background-color: #DF7BF1;
}
.BgClassName
{
background-color: #DF7BF1;
}
</style>
border-color css
<style>
span { border-color: #DF7BF1; }
span { border-color: rgb(223,123,241); }
td.TdClassName
{
border-color: #DF7BF1;
}
.TagClassName
{
border-color: #DF7BF1;
}
</style>