Shades of Heliotrope #DF69F5
Tints of Heliotrope #DF69F5
RGB
CMYK
RGB Variations
Color information
#DF69F5 (or 0xDF69F5) is known color: Heliotrope. HEX triplet: DF, 69 and F5. RGB value is (223,105,245). Sum of RGB (Red+Green+Blue) = 223+105+245=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 105 (41.41% from 255 or 18.32% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF69F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69F5 is #20960A. Grayscale: #9B9B9B. Windows color (decimal): -2135563 or 16083423. OLE color: 16083423.
HSL color Cylindrical-coordinate representation of color #DF69F5: hue angle of 290.57º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF69F5 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 105 | 245 | - |
| CMYK | 0.09 | 0.57 | 0 | 0.04 |
| HSL | 290.57º | 0.88% | 0.69% | - |
| HSV(B) | 290.57º | 0.57% | 0.96% | - |
| XYZ | 51.96 | 32.38 | 89.9 | - |
| YUV | 156.24 | 178.09 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 245 | 0.09 | 0.57 | 0 | 0.04 | 290.57 | 0.88 | 0.69 |
| Hex | DF | 69 | F5 | 9 | 39 | 0 | 4 | 123 | 58 | 45 |
| Octal | 337 | 151 | 365 | 11 | 71 | 0 | 4 | 443 | 130 | 105 |
| Binary | 11011111 | 1101001 | 11110101 | 1001 | 111001 | 0 | 100 | 100100011 | 1011000 | 1000101 |
Color Harmonies of #DF69F5
Complementary color
Monochromatic Colors of #DF69F5
Black with #DF69F5
Text Example
Text Example
White with #DF69F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69F5; }
p { color: rgb(223,105,245); }
H1.HeaderClassName
{
color: #DF69F5;
}
.AnyTagClassName
{
color: #DF69F5;
}
</style>
background-color css
<style>
a { background-color: #DF69F5; }
a { background-color: rgb(223,105,245); }
div.DivClassName
{
background-color: #DF69F5;
}
.BgClassName
{
background-color: #DF69F5;
}
</style>
border-color css
<style>
span { border-color: #DF69F5; }
span { border-color: rgb(223,105,245); }
td.TdClassName
{
border-color: #DF69F5;
}
.TagClassName
{
border-color: #DF69F5;
}
</style>