Shades of Heliotrope #DF69F8
Tints of Heliotrope #DF69F8
RGB
CMYK
RGB Variations
Color information
#DF69F8 (or 0xDF69F8) is known color: Heliotrope. HEX triplet: DF, 69 and F8. RGB value is (223,105,248). Sum of RGB (Red+Green+Blue) = 223+105+248=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 105 (41.41% from 255 or 18.23% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF69F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69F8 is #209607. Grayscale: #9C9C9C. Windows color (decimal): -2135560 or 16280031. OLE color: 16280031.
HSL color Cylindrical-coordinate representation of color #DF69F8: hue angle of 289.51º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DF69F8 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 105 | 248 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.03 |
| HSL | 289.51º | 0.91% | 0.69% | - |
| HSV(B) | 289.51º | 0.58% | 0.97% | - |
| XYZ | 52.43 | 32.57 | 92.33 | - |
| YUV | 156.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 248 | 0.10 | 0.58 | 0 | 0.03 | 289.51 | 0.91 | 0.69 |
| Hex | DF | 69 | F8 | A | 3A | 0 | 3 | 122 | 5B | 45 |
| Octal | 337 | 151 | 370 | 12 | 72 | 0 | 3 | 442 | 133 | 105 |
| Binary | 11011111 | 1101001 | 11111000 | 1010 | 111010 | 0 | 11 | 100100010 | 1011011 | 1000101 |
Color Harmonies of #DF69F8
Complementary color
Monochromatic Colors of #DF69F8
Black with #DF69F8
Text Example
Text Example
White with #DF69F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69F8; }
p { color: rgb(223,105,248); }
H1.HeaderClassName
{
color: #DF69F8;
}
.AnyTagClassName
{
color: #DF69F8;
}
</style>
background-color css
<style>
a { background-color: #DF69F8; }
a { background-color: rgb(223,105,248); }
div.DivClassName
{
background-color: #DF69F8;
}
.BgClassName
{
background-color: #DF69F8;
}
</style>
border-color css
<style>
span { border-color: #DF69F8; }
span { border-color: rgb(223,105,248); }
td.TdClassName
{
border-color: #DF69F8;
}
.TagClassName
{
border-color: #DF69F8;
}
</style>