Shades of Heliotrope #DF80F3
Tints of Heliotrope #DF80F3
RGB
CMYK
RGB Variations
Color information
#DF80F3 (or 0xDF80F3) is known color: Heliotrope. HEX triplet: DF, 80 and F3. RGB value is (223,128,243). Sum of RGB (Red+Green+Blue) = 223+128+243=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 128 (50.39% from 255 or 21.55% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #DF80F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80F3 is #207F0C. Grayscale: #A9A9A9. Windows color (decimal): -2129677 or 15958239. OLE color: 15958239.
HSL color Cylindrical-coordinate representation of color #DF80F3: hue angle of 289.57º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF80F3 is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 128 | 243 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.05 |
| HSL | 289.57º | 0.83% | 0.73% | - |
| HSV(B) | 289.57º | 0.47% | 0.95% | - |
| XYZ | 54.33 | 37.6 | 89.19 | - |
| YUV | 169.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 243 | 0.08 | 0.47 | 0 | 0.05 | 289.57 | 0.83 | 0.73 |
| Hex | DF | 80 | F3 | 8 | 2F | 0 | 5 | 122 | 53 | 49 |
| Octal | 337 | 200 | 363 | 10 | 57 | 0 | 5 | 442 | 123 | 111 |
| Binary | 11011111 | 10000000 | 11110011 | 1000 | 101111 | 0 | 101 | 100100010 | 1010011 | 1001001 |
Color Harmonies of #DF80F3
Complementary color
Monochromatic Colors of #DF80F3
Black with #DF80F3
Text Example
Text Example
White with #DF80F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80F3; }
p { color: rgb(223,128,243); }
H1.HeaderClassName
{
color: #DF80F3;
}
.AnyTagClassName
{
color: #DF80F3;
}
</style>
background-color css
<style>
a { background-color: #DF80F3; }
a { background-color: rgb(223,128,243); }
div.DivClassName
{
background-color: #DF80F3;
}
.BgClassName
{
background-color: #DF80F3;
}
</style>
border-color css
<style>
span { border-color: #DF80F3; }
span { border-color: rgb(223,128,243); }
td.TdClassName
{
border-color: #DF80F3;
}
.TagClassName
{
border-color: #DF80F3;
}
</style>