Shades of Heliotrope #DF8AFE
Tints of Heliotrope #DF8AFE
RGB
CMYK
RGB Variations
Color information
#DF8AFE (or 0xDF8AFE) is known color: Heliotrope. HEX triplet: DF, 8A and FE. RGB value is (223,138,254). Sum of RGB (Red+Green+Blue) = 223+138+254=615 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.26% from 615); Green value is 138 (54.30% from 255 or 22.44% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF8AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF8AFE is #207501. Grayscale: #B0B0B0. Windows color (decimal): -2127106 or 16681695. OLE color: 16681695.
HSL color Cylindrical-coordinate representation of color #DF8AFE: hue angle of 283.97º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DF8AFE is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 138 | 254 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.00 |
| HSL | 283.97º | 0.98% | 0.77% | - |
| HSV(B) | 283.97º | 0.46% | 1% | - |
| XYZ | 57.41 | 41.02 | 98.66 | - |
| YUV | 176.64 | 171.66 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 254 | 0.12 | 0.46 | 0 | 0.00 | 283.97 | 0.98 | 0.77 |
| Hex | DF | 8A | FE | C | 2E | 0 | 0 | 11C | 62 | 4D |
| Octal | 337 | 212 | 376 | 14 | 56 | 0 | 0 | 434 | 142 | 115 |
| Binary | 11011111 | 10001010 | 11111110 | 1100 | 101110 | 0 | 0 | 100011100 | 1100010 | 1001101 |
Color Harmonies of #DF8AFE
Complementary color
Monochromatic Colors of #DF8AFE
Black with #DF8AFE
Text Example
Text Example
White with #DF8AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8AFE; }
p { color: rgb(223,138,254); }
H1.HeaderClassName
{
color: #DF8AFE;
}
.AnyTagClassName
{
color: #DF8AFE;
}
</style>
background-color css
<style>
a { background-color: #DF8AFE; }
a { background-color: rgb(223,138,254); }
div.DivClassName
{
background-color: #DF8AFE;
}
.BgClassName
{
background-color: #DF8AFE;
}
</style>
border-color css
<style>
span { border-color: #DF8AFE; }
span { border-color: rgb(223,138,254); }
td.TdClassName
{
border-color: #DF8AFE;
}
.TagClassName
{
border-color: #DF8AFE;
}
</style>