Shades of Heliotrope #DF46FC
Tints of Heliotrope #DF46FC
RGB
CMYK
RGB Variations
Color information
#DF46FC (or 0xDF46FC) is known color: Heliotrope. HEX triplet: DF, 46 and FC. RGB value is (223,70,252). Sum of RGB (Red+Green+Blue) = 223+70+252=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 70 (27.73% from 255 or 12.84% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF46FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF46FC is #20B903. Grayscale: #878787. Windows color (decimal): -2144516 or 16533215. OLE color: 16533215.
HSL color Cylindrical-coordinate representation of color #DF46FC: hue angle of 290.44º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF46FC is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 70 | 252 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.01 |
| HSL | 290.44º | 0.97% | 0.63% | - |
| HSV(B) | 290.44º | 0.72% | 0.99% | - |
| XYZ | 50.19 | 27.1 | 94.68 | - |
| YUV | 136.5 | 193.19 | 189.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 70 | 252 | 0.12 | 0.72 | 0 | 0.01 | 290.44 | 0.97 | 0.63 |
| Hex | DF | 46 | FC | C | 48 | 0 | 1 | 122 | 61 | 3F |
| Octal | 337 | 106 | 374 | 14 | 110 | 0 | 1 | 442 | 141 | 77 |
| Binary | 11011111 | 1000110 | 11111100 | 1100 | 1001000 | 0 | 1 | 100100010 | 1100001 | 111111 |
Color Harmonies of #DF46FC
Complementary color
Monochromatic Colors of #DF46FC
Black with #DF46FC
Text Example
Text Example
White with #DF46FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF46FC; }
p { color: rgb(223,70,252); }
H1.HeaderClassName
{
color: #DF46FC;
}
.AnyTagClassName
{
color: #DF46FC;
}
</style>
background-color css
<style>
a { background-color: #DF46FC; }
a { background-color: rgb(223,70,252); }
div.DivClassName
{
background-color: #DF46FC;
}
.BgClassName
{
background-color: #DF46FC;
}
</style>
border-color css
<style>
span { border-color: #DF46FC; }
span { border-color: rgb(223,70,252); }
td.TdClassName
{
border-color: #DF46FC;
}
.TagClassName
{
border-color: #DF46FC;
}
</style>