Shades of Heliotrope #DF88F7
Tints of Heliotrope #DF88F7
RGB
CMYK
RGB Variations
Color information
#DF88F7 (or 0xDF88F7) is known color: Heliotrope. HEX triplet: DF, 88 and F7. RGB value is (223,136,247). Sum of RGB (Red+Green+Blue) = 223+136+247=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #DF88F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88F7 is #207708. Grayscale: #AEAEAE. Windows color (decimal): -2127625 or 16222431. OLE color: 16222431.
HSL color Cylindrical-coordinate representation of color #DF88F7: hue angle of 287.03º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DF88F7 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 136 | 247 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.03 |
| HSL | 287.03º | 0.87% | 0.75% | - |
| HSV(B) | 287.03º | 0.45% | 0.97% | - |
| XYZ | 56.02 | 40.01 | 92.77 | - |
| YUV | 174.67 | 168.82 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 247 | 0.10 | 0.45 | 0 | 0.03 | 287.03 | 0.87 | 0.75 |
| Hex | DF | 88 | F7 | A | 2D | 0 | 3 | 11F | 57 | 4B |
| Octal | 337 | 210 | 367 | 12 | 55 | 0 | 3 | 437 | 127 | 113 |
| Binary | 11011111 | 10001000 | 11110111 | 1010 | 101101 | 0 | 11 | 100011111 | 1010111 | 1001011 |
Color Harmonies of #DF88F7
Complementary color
Monochromatic Colors of #DF88F7
Black with #DF88F7
Text Example
Text Example
White with #DF88F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88F7; }
p { color: rgb(223,136,247); }
H1.HeaderClassName
{
color: #DF88F7;
}
.AnyTagClassName
{
color: #DF88F7;
}
</style>
background-color css
<style>
a { background-color: #DF88F7; }
a { background-color: rgb(223,136,247); }
div.DivClassName
{
background-color: #DF88F7;
}
.BgClassName
{
background-color: #DF88F7;
}
</style>
border-color css
<style>
span { border-color: #DF88F7; }
span { border-color: rgb(223,136,247); }
td.TdClassName
{
border-color: #DF88F7;
}
.TagClassName
{
border-color: #DF88F7;
}
</style>