Shades of Heliotrope #DF81F5
Tints of Heliotrope #DF81F5
RGB
CMYK
RGB Variations
Color information
#DF81F5 (or 0xDF81F5) is known color: Heliotrope. HEX triplet: DF, 81 and F5. RGB value is (223,129,245). Sum of RGB (Red+Green+Blue) = 223+129+245=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 129 (50.78% from 255 or 21.61% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #DF81F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF81F5 is #207E0A. Grayscale: #A9A9A9. Windows color (decimal): -2129419 or 16089567. OLE color: 16089567.
HSL color Cylindrical-coordinate representation of color #DF81F5: hue angle of 288.62º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF81F5 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 223 | 129 | 245 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.04 |
| HSL | 288.62º | 0.85% | 0.73% | - |
| HSV(B) | 288.62º | 0.47% | 0.96% | - |
| XYZ | 54.76 | 37.98 | 90.83 | - |
| YUV | 170.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 129 | 245 | 0.09 | 0.47 | 0 | 0.04 | 288.62 | 0.85 | 0.73 |
| Hex | DF | 81 | F5 | 9 | 2F | 0 | 4 | 121 | 55 | 49 |
| Octal | 337 | 201 | 365 | 11 | 57 | 0 | 4 | 441 | 125 | 111 |
| Binary | 11011111 | 10000001 | 11110101 | 1001 | 101111 | 0 | 100 | 100100001 | 1010101 | 1001001 |
Color Harmonies of #DF81F5
Complementary color
Monochromatic Colors of #DF81F5
Black with #DF81F5
Text Example
Text Example
White with #DF81F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF81F5; }
p { color: rgb(223,129,245); }
H1.HeaderClassName
{
color: #DF81F5;
}
.AnyTagClassName
{
color: #DF81F5;
}
</style>
background-color css
<style>
a { background-color: #DF81F5; }
a { background-color: rgb(223,129,245); }
div.DivClassName
{
background-color: #DF81F5;
}
.BgClassName
{
background-color: #DF81F5;
}
</style>
border-color css
<style>
span { border-color: #DF81F5; }
span { border-color: rgb(223,129,245); }
td.TdClassName
{
border-color: #DF81F5;
}
.TagClassName
{
border-color: #DF81F5;
}
</style>