Shades of Heliotrope #DF78F1
Tints of Heliotrope #DF78F1
RGB
CMYK
RGB Variations
Color information
#DF78F1 (or 0xDF78F1) is known color: Heliotrope. HEX triplet: DF, 78 and F1. RGB value is (223,120,241). Sum of RGB (Red+Green+Blue) = 223+120+241=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 120 (47.27% from 255 or 20.55% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #DF78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF78F1 is #20870E. Grayscale: #A4A4A4. Windows color (decimal): -2131727 or 15825119. OLE color: 15825119.
HSL color Cylindrical-coordinate representation of color #DF78F1: hue angle of 291.07º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF78F1 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 120 | 241 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.05 |
| HSL | 291.07º | 0.81% | 0.71% | - |
| HSV(B) | 291.07º | 0.5% | 0.95% | - |
| XYZ | 53.03 | 35.47 | 87.27 | - |
| YUV | 164.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 241 | 0.07 | 0.50 | 0 | 0.05 | 291.07 | 0.81 | 0.71 |
| Hex | DF | 78 | F1 | 7 | 32 | 0 | 5 | 123 | 51 | 47 |
| Octal | 337 | 170 | 361 | 7 | 62 | 0 | 5 | 443 | 121 | 107 |
| Binary | 11011111 | 1111000 | 11110001 | 111 | 110010 | 0 | 101 | 100100011 | 1010001 | 1000111 |
Color Harmonies of #DF78F1
Complementary color
Monochromatic Colors of #DF78F1
Black with #DF78F1
Text Example
Text Example
White with #DF78F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78F1; }
p { color: rgb(223,120,241); }
H1.HeaderClassName
{
color: #DF78F1;
}
.AnyTagClassName
{
color: #DF78F1;
}
</style>
background-color css
<style>
a { background-color: #DF78F1; }
a { background-color: rgb(223,120,241); }
div.DivClassName
{
background-color: #DF78F1;
}
.BgClassName
{
background-color: #DF78F1;
}
</style>
border-color css
<style>
span { border-color: #DF78F1; }
span { border-color: rgb(223,120,241); }
td.TdClassName
{
border-color: #DF78F1;
}
.TagClassName
{
border-color: #DF78F1;
}
</style>