Shades of Heliotrope #DF88FA
Tints of Heliotrope #DF88FA
RGB
CMYK
RGB Variations
Color information
#DF88FA (or 0xDF88FA) is known color: Heliotrope. HEX triplet: DF, 88 and FA. RGB value is (223,136,250). Sum of RGB (Red+Green+Blue) = 223+136+250=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 136 (53.52% from 255 or 22.33% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF88FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF88FA is #207705. Grayscale: #AEAEAE. Windows color (decimal): -2127622 or 16419039. OLE color: 16419039.
HSL color Cylindrical-coordinate representation of color #DF88FA: hue angle of 285.79º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF88FA is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 136 | 250 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.02 |
| HSL | 285.79º | 0.92% | 0.76% | - |
| HSV(B) | 285.79º | 0.46% | 0.98% | - |
| XYZ | 56.49 | 40.2 | 95.22 | - |
| YUV | 175.01 | 170.32 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 136 | 250 | 0.11 | 0.46 | 0 | 0.02 | 285.79 | 0.92 | 0.76 |
| Hex | DF | 88 | FA | B | 2E | 0 | 2 | 11E | 5C | 4C |
| Octal | 337 | 210 | 372 | 13 | 56 | 0 | 2 | 436 | 134 | 114 |
| Binary | 11011111 | 10001000 | 11111010 | 1011 | 101110 | 0 | 10 | 100011110 | 1011100 | 1001100 |
Color Harmonies of #DF88FA
Complementary color
Monochromatic Colors of #DF88FA
Black with #DF88FA
Text Example
Text Example
White with #DF88FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF88FA; }
p { color: rgb(223,136,250); }
H1.HeaderClassName
{
color: #DF88FA;
}
.AnyTagClassName
{
color: #DF88FA;
}
</style>
background-color css
<style>
a { background-color: #DF88FA; }
a { background-color: rgb(223,136,250); }
div.DivClassName
{
background-color: #DF88FA;
}
.BgClassName
{
background-color: #DF88FA;
}
</style>
border-color css
<style>
span { border-color: #DF88FA; }
span { border-color: rgb(223,136,250); }
td.TdClassName
{
border-color: #DF88FA;
}
.TagClassName
{
border-color: #DF88FA;
}
</style>