Shades of Heliotrope #DF69F0
Tints of Heliotrope #DF69F0
RGB
CMYK
RGB Variations
Color information
#DF69F0 (or 0xDF69F0) is known color: Heliotrope. HEX triplet: DF, 69 and F0. RGB value is (223,105,240). Sum of RGB (Red+Green+Blue) = 223+105+240=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 240 (94.14% from 255 or 42.25% from 568); Max value from RGB is 240 - color contains mainly: blue. Hex color #DF69F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69F0 is #20960F. Grayscale: #9B9B9B. Windows color (decimal): -2135568 or 15755743. OLE color: 15755743.
HSL color Cylindrical-coordinate representation of color #DF69F0: hue angle of 292.44º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF69F0 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 105 | 240 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.06 |
| HSL | 292.44º | 0.82% | 0.68% | - |
| HSV(B) | 292.44º | 0.56% | 0.94% | - |
| XYZ | 51.21 | 32.08 | 85.93 | - |
| YUV | 155.67 | 175.59 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 240 | 0.07 | 0.56 | 0 | 0.06 | 292.44 | 0.82 | 0.68 |
| Hex | DF | 69 | F0 | 7 | 38 | 0 | 6 | 124 | 52 | 44 |
| Octal | 337 | 151 | 360 | 7 | 70 | 0 | 6 | 444 | 122 | 104 |
| Binary | 11011111 | 1101001 | 11110000 | 111 | 111000 | 0 | 110 | 100100100 | 1010010 | 1000100 |
Color Harmonies of #DF69F0
Complementary color
Monochromatic Colors of #DF69F0
Black with #DF69F0
Text Example
Text Example
White with #DF69F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69F0; }
p { color: rgb(223,105,240); }
H1.HeaderClassName
{
color: #DF69F0;
}
.AnyTagClassName
{
color: #DF69F0;
}
</style>
background-color css
<style>
a { background-color: #DF69F0; }
a { background-color: rgb(223,105,240); }
div.DivClassName
{
background-color: #DF69F0;
}
.BgClassName
{
background-color: #DF69F0;
}
</style>
border-color css
<style>
span { border-color: #DF69F0; }
span { border-color: rgb(223,105,240); }
td.TdClassName
{
border-color: #DF69F0;
}
.TagClassName
{
border-color: #DF69F0;
}
</style>