Shades of Heliotrope #DF82FE
Tints of Heliotrope #DF82FE
RGB
CMYK
RGB Variations
Color information
#DF82FE (or 0xDF82FE) is known color: Heliotrope. HEX triplet: DF, 82 and FE. RGB value is (223,130,254). Sum of RGB (Red+Green+Blue) = 223+130+254=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF82FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF82FE is #207D01. Grayscale: #ABABAB. Windows color (decimal): -2129154 or 16679647. OLE color: 16679647.
HSL color Cylindrical-coordinate representation of color #DF82FE: hue angle of 285º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF82FE is Cyan = 0.12, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 130 | 254 | - |
| CMYK | 0.12 | 0.49 | 0 | 0.00 |
| HSL | 285º | 0.98% | 0.75% | - |
| HSV(B) | 285º | 0.49% | 1% | - |
| XYZ | 56.3 | 38.81 | 98.29 | - |
| YUV | 171.94 | 174.31 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 130 | 254 | 0.12 | 0.49 | 0 | 0.00 | 285 | 0.98 | 0.75 |
| Hex | DF | 82 | FE | C | 31 | 0 | 0 | 11D | 62 | 4B |
| Octal | 337 | 202 | 376 | 14 | 61 | 0 | 0 | 435 | 142 | 113 |
| Binary | 11011111 | 10000010 | 11111110 | 1100 | 110001 | 0 | 0 | 100011101 | 1100010 | 1001011 |
Color Harmonies of #DF82FE
Complementary color
Monochromatic Colors of #DF82FE
Black with #DF82FE
Text Example
Text Example
White with #DF82FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF82FE; }
p { color: rgb(223,130,254); }
H1.HeaderClassName
{
color: #DF82FE;
}
.AnyTagClassName
{
color: #DF82FE;
}
</style>
background-color css
<style>
a { background-color: #DF82FE; }
a { background-color: rgb(223,130,254); }
div.DivClassName
{
background-color: #DF82FE;
}
.BgClassName
{
background-color: #DF82FE;
}
</style>
border-color css
<style>
span { border-color: #DF82FE; }
span { border-color: rgb(223,130,254); }
td.TdClassName
{
border-color: #DF82FE;
}
.TagClassName
{
border-color: #DF82FE;
}
</style>