Shades of Heliotrope #DF49FC
Tints of Heliotrope #DF49FC
RGB
CMYK
RGB Variations
Color information
#DF49FC (or 0xDF49FC) is known color: Heliotrope. HEX triplet: DF, 49 and FC. RGB value is (223,73,252). Sum of RGB (Red+Green+Blue) = 223+73+252=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 73 (28.91% from 255 or 13.32% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF49FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF49FC is #20B603. Grayscale: #898989. Windows color (decimal): -2143748 or 16533983. OLE color: 16533983.
HSL color Cylindrical-coordinate representation of color #DF49FC: hue angle of 290.28º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF49FC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 73 | 252 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.01 |
| HSL | 290.28º | 0.97% | 0.64% | - |
| HSV(B) | 290.28º | 0.71% | 0.99% | - |
| XYZ | 50.38 | 27.48 | 94.74 | - |
| YUV | 138.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 73 | 252 | 0.12 | 0.71 | 0 | 0.01 | 290.28 | 0.97 | 0.64 |
| Hex | DF | 49 | FC | C | 47 | 0 | 1 | 122 | 61 | 40 |
| Octal | 337 | 111 | 374 | 14 | 107 | 0 | 1 | 442 | 141 | 100 |
| Binary | 11011111 | 1001001 | 11111100 | 1100 | 1000111 | 0 | 1 | 100100010 | 1100001 | 1000000 |
Color Harmonies of #DF49FC
Complementary color
Monochromatic Colors of #DF49FC
Black with #DF49FC
Text Example
Text Example
White with #DF49FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF49FC; }
p { color: rgb(223,73,252); }
H1.HeaderClassName
{
color: #DF49FC;
}
.AnyTagClassName
{
color: #DF49FC;
}
</style>
background-color css
<style>
a { background-color: #DF49FC; }
a { background-color: rgb(223,73,252); }
div.DivClassName
{
background-color: #DF49FC;
}
.BgClassName
{
background-color: #DF49FC;
}
</style>
border-color css
<style>
span { border-color: #DF49FC; }
span { border-color: rgb(223,73,252); }
td.TdClassName
{
border-color: #DF49FC;
}
.TagClassName
{
border-color: #DF49FC;
}
</style>