Shades of Heliotrope #DF80FE
Tints of Heliotrope #DF80FE
RGB
CMYK
RGB Variations
Color information
#DF80FE (or 0xDF80FE) is known color: Heliotrope. HEX triplet: DF, 80 and FE. RGB value is (223,128,254). Sum of RGB (Red+Green+Blue) = 223+128+254=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 128 (50.39% from 255 or 21.16% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF80FE is #207F01. Grayscale: #AAAAAA. Windows color (decimal): -2129666 or 16679135. OLE color: 16679135.
HSL color Cylindrical-coordinate representation of color #DF80FE: hue angle of 285.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF80FE is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 128 | 254 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.00 |
| HSL | 285.24º | 0.98% | 0.75% | - |
| HSV(B) | 285.24º | 0.5% | 1% | - |
| XYZ | 56.04 | 38.28 | 98.2 | - |
| YUV | 170.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 128 | 254 | 0.12 | 0.50 | 0 | 0.00 | 285.24 | 0.98 | 0.75 |
| Hex | DF | 80 | FE | C | 32 | 0 | 0 | 11D | 62 | 4B |
| Octal | 337 | 200 | 376 | 14 | 62 | 0 | 0 | 435 | 142 | 113 |
| Binary | 11011111 | 10000000 | 11111110 | 1100 | 110010 | 0 | 0 | 100011101 | 1100010 | 1001011 |
Color Harmonies of #DF80FE
Complementary color
Monochromatic Colors of #DF80FE
Black with #DF80FE
Text Example
Text Example
White with #DF80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF80FE; }
p { color: rgb(223,128,254); }
H1.HeaderClassName
{
color: #DF80FE;
}
.AnyTagClassName
{
color: #DF80FE;
}
</style>
background-color css
<style>
a { background-color: #DF80FE; }
a { background-color: rgb(223,128,254); }
div.DivClassName
{
background-color: #DF80FE;
}
.BgClassName
{
background-color: #DF80FE;
}
</style>
border-color css
<style>
span { border-color: #DF80FE; }
span { border-color: rgb(223,128,254); }
td.TdClassName
{
border-color: #DF80FE;
}
.TagClassName
{
border-color: #DF80FE;
}
</style>