Shades of Heliotrope #DF49FE
Tints of Heliotrope #DF49FE
RGB
CMYK
RGB Variations
Color information
#DF49FE (or 0xDF49FE) is known color: Heliotrope. HEX triplet: DF, 49 and FE. RGB value is (223,73,254). Sum of RGB (Red+Green+Blue) = 223+73+254=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 73 (28.91% from 255 or 13.27% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49FE is #20B601. Grayscale: #898989. Windows color (decimal): -2143746 or 16665055. OLE color: 16665055.
HSL color Cylindrical-coordinate representation of color #DF49FE: hue angle of 289.72º 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 #DF49FE is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 73 | 254 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.00 |
| HSL | 289.72º | 0.99% | 0.64% | - |
| HSV(B) | 289.72º | 0.71% | 1% | - |
| XYZ | 50.7 | 27.61 | 96.42 | - |
| YUV | 138.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 254 | 0.12 | 0.71 | 0 | 0.00 | 289.72 | 0.99 | 0.64 |
| Hex | DF | 49 | FE | C | 47 | 0 | 0 | 122 | 63 | 40 |
| Octal | 337 | 111 | 376 | 14 | 107 | 0 | 0 | 442 | 143 | 100 |
| Binary | 11011111 | 1001001 | 11111110 | 1100 | 1000111 | 0 | 0 | 100100010 | 1100011 | 1000000 |
Color Harmonies of #DF49FE
Complementary color
Monochromatic Colors of #DF49FE
Black with #DF49FE
Text Example
Text Example
White with #DF49FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49FE; }
p { color: rgb(223,73,254); }
H1.HeaderClassName
{
color: #DF49FE;
}
.AnyTagClassName
{
color: #DF49FE;
}
</style>
background-color css
<style>
a { background-color: #DF49FE; }
a { background-color: rgb(223,73,254); }
div.DivClassName
{
background-color: #DF49FE;
}
.BgClassName
{
background-color: #DF49FE;
}
</style>
border-color css
<style>
span { border-color: #DF49FE; }
span { border-color: rgb(223,73,254); }
td.TdClassName
{
border-color: #DF49FE;
}
.TagClassName
{
border-color: #DF49FE;
}
</style>