Shades of Heliotrope #DF90FF
Tints of Heliotrope #DF90FF
RGB
CMYK
RGB Variations
Color information
#DF90FF (or 0xDF90FF) is known color: Heliotrope. HEX triplet: DF, 90 and FF. RGB value is (223,144,255). Sum of RGB (Red+Green+Blue) = 223+144+255=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF90FF is #206F00. Grayscale: #B3B3B3. Windows color (decimal): -2125569 or 16748767. OLE color: 16748767.
HSL color Cylindrical-coordinate representation of color #DF90FF: hue angle of 282.7º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF90FF is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 144 | 255 | - |
| CMYK | 0.13 | 0.44 | 0 | 0 |
| HSL | 282.7º | 1% | 0.78% | - |
| HSV(B) | 282.7º | 0.44% | 1% | - |
| XYZ | 58.45 | 42.85 | 99.8 | - |
| YUV | 180.28 | 170.17 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 255 | 0.13 | 0.44 | 0 | 0 | 282.7 | 1 | 0.78 |
| Hex | DF | 90 | FF | D | 2C | 0 | 0 | 11B | 64 | 4E |
| Octal | 337 | 220 | 377 | 15 | 54 | 0 | 0 | 433 | 144 | 116 |
| Binary | 11011111 | 10010000 | 11111111 | 1101 | 101100 | 0 | 0 | 100011011 | 1100100 | 1001110 |
Color Harmonies of #DF90FF
Complementary color
Monochromatic Colors of #DF90FF
Black with #DF90FF
Text Example
Text Example
White with #DF90FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF90FF; }
p { color: rgb(223,144,255); }
H1.HeaderClassName
{
color: #DF90FF;
}
.AnyTagClassName
{
color: #DF90FF;
}
</style>
background-color css
<style>
a { background-color: #DF90FF; }
a { background-color: rgb(223,144,255); }
div.DivClassName
{
background-color: #DF90FF;
}
.BgClassName
{
background-color: #DF90FF;
}
</style>
border-color css
<style>
span { border-color: #DF90FF; }
span { border-color: rgb(223,144,255); }
td.TdClassName
{
border-color: #DF90FF;
}
.TagClassName
{
border-color: #DF90FF;
}
</style>