Shades of Heliotrope #DF90FC
Tints of Heliotrope #DF90FC
RGB
CMYK
RGB Variations
Color information
#DF90FC (or 0xDF90FC) is known color: Heliotrope. HEX triplet: DF, 90 and FC. RGB value is (223,144,252). Sum of RGB (Red+Green+Blue) = 223+144+252=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 144 (56.64% from 255 or 23.26% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF90FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90FC is #206F03. Grayscale: #B3B3B3. Windows color (decimal): -2125572 or 16552159. OLE color: 16552159.
HSL color Cylindrical-coordinate representation of color #DF90FC: hue angle of 283.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF90FC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 144 | 252 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.01 |
| HSL | 283.89º | 0.95% | 0.78% | - |
| HSV(B) | 283.89º | 0.43% | 0.99% | - |
| XYZ | 57.98 | 42.66 | 97.27 | - |
| YUV | 179.93 | 168.67 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 252 | 0.12 | 0.43 | 0 | 0.01 | 283.89 | 0.95 | 0.78 |
| Hex | DF | 90 | FC | C | 2B | 0 | 1 | 11C | 5F | 4E |
| Octal | 337 | 220 | 374 | 14 | 53 | 0 | 1 | 434 | 137 | 116 |
| Binary | 11011111 | 10010000 | 11111100 | 1100 | 101011 | 0 | 1 | 100011100 | 1011111 | 1001110 |
Color Harmonies of #DF90FC
Complementary color
Monochromatic Colors of #DF90FC
Black with #DF90FC
Text Example
Text Example
White with #DF90FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90FC; }
p { color: rgb(223,144,252); }
H1.HeaderClassName
{
color: #DF90FC;
}
.AnyTagClassName
{
color: #DF90FC;
}
</style>
background-color css
<style>
a { background-color: #DF90FC; }
a { background-color: rgb(223,144,252); }
div.DivClassName
{
background-color: #DF90FC;
}
.BgClassName
{
background-color: #DF90FC;
}
</style>
border-color css
<style>
span { border-color: #DF90FC; }
span { border-color: rgb(223,144,252); }
td.TdClassName
{
border-color: #DF90FC;
}
.TagClassName
{
border-color: #DF90FC;
}
</style>