Shades of Heliotrope #DF69FE
Tints of Heliotrope #DF69FE
RGB
CMYK
RGB Variations
Color information
#DF69FE (or 0xDF69FE) is known color: Heliotrope. HEX triplet: DF, 69 and FE. RGB value is (223,105,254). Sum of RGB (Red+Green+Blue) = 223+105+254=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 105 (41.41% from 255 or 18.04% from 582); Blue value is 254 (99.61% from 255 or 43.64% from 582); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF69FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69FE is #209601. Grayscale: #9C9C9C. Windows color (decimal): -2135554 or 16673247. OLE color: 16673247.
HSL color Cylindrical-coordinate representation of color #DF69FE: hue angle of 287.52º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF69FE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 105 | 254 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.00 |
| HSL | 287.52º | 0.99% | 0.7% | - |
| HSV(B) | 287.52º | 0.59% | 1% | - |
| XYZ | 53.37 | 32.95 | 97.31 | - |
| YUV | 157.27 | 182.59 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 254 | 0.12 | 0.59 | 0 | 0.00 | 287.52 | 0.99 | 0.7 |
| Hex | DF | 69 | FE | C | 3B | 0 | 0 | 120 | 63 | 46 |
| Octal | 337 | 151 | 376 | 14 | 73 | 0 | 0 | 440 | 143 | 106 |
| Binary | 11011111 | 1101001 | 11111110 | 1100 | 111011 | 0 | 0 | 100100000 | 1100011 | 1000110 |
Color Harmonies of #DF69FE
Complementary color
Monochromatic Colors of #DF69FE
Black with #DF69FE
Text Example
Text Example
White with #DF69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69FE; }
p { color: rgb(223,105,254); }
H1.HeaderClassName
{
color: #DF69FE;
}
.AnyTagClassName
{
color: #DF69FE;
}
</style>
background-color css
<style>
a { background-color: #DF69FE; }
a { background-color: rgb(223,105,254); }
div.DivClassName
{
background-color: #DF69FE;
}
.BgClassName
{
background-color: #DF69FE;
}
</style>
border-color css
<style>
span { border-color: #DF69FE; }
span { border-color: rgb(223,105,254); }
td.TdClassName
{
border-color: #DF69FE;
}
.TagClassName
{
border-color: #DF69FE;
}
</style>