Shades of Heliotrope #DF4AFE
Tints of Heliotrope #DF4AFE
RGB
CMYK
RGB Variations
Color information
#DF4AFE (or 0xDF4AFE) is known color: Heliotrope. HEX triplet: DF, 4A and FE. RGB value is (223,74,254). Sum of RGB (Red+Green+Blue) = 223+74+254=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 74 (29.30% from 255 or 13.43% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF4AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4AFE is #20B501. Grayscale: #8A8A8A. Windows color (decimal): -2143490 or 16665311. OLE color: 16665311.
HSL color Cylindrical-coordinate representation of color #DF4AFE: hue angle of 289.67º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4AFE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 74 | 254 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.00 |
| HSL | 289.67º | 0.99% | 0.64% | - |
| HSV(B) | 289.67º | 0.71% | 1% | - |
| XYZ | 50.77 | 27.74 | 96.44 | - |
| YUV | 139.07 | 192.86 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 74 | 254 | 0.12 | 0.71 | 0 | 0.00 | 289.67 | 0.99 | 0.64 |
| Hex | DF | 4A | FE | C | 47 | 0 | 0 | 122 | 63 | 40 |
| Octal | 337 | 112 | 376 | 14 | 107 | 0 | 0 | 442 | 143 | 100 |
| Binary | 11011111 | 1001010 | 11111110 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100011 | 1000000 |
Color Harmonies of #DF4AFE
Complementary color
Monochromatic Colors of #DF4AFE
Black with #DF4AFE
Text Example
Text Example
White with #DF4AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4AFE; }
p { color: rgb(223,74,254); }
H1.HeaderClassName
{
color: #DF4AFE;
}
.AnyTagClassName
{
color: #DF4AFE;
}
</style>
background-color css
<style>
a { background-color: #DF4AFE; }
a { background-color: rgb(223,74,254); }
div.DivClassName
{
background-color: #DF4AFE;
}
.BgClassName
{
background-color: #DF4AFE;
}
</style>
border-color css
<style>
span { border-color: #DF4AFE; }
span { border-color: rgb(223,74,254); }
td.TdClassName
{
border-color: #DF4AFE;
}
.TagClassName
{
border-color: #DF4AFE;
}
</style>