Shades of Heliotrope #DF48FC
Tints of Heliotrope #DF48FC
RGB
CMYK
RGB Variations
Color information
#DF48FC (or 0xDF48FC) is known color: Heliotrope. HEX triplet: DF, 48 and FC. RGB value is (223,72,252). Sum of RGB (Red+Green+Blue) = 223+72+252=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 72 (28.52% from 255 or 13.16% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF48FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF48FC is #20B703. Grayscale: #898989. Windows color (decimal): -2144004 or 16533727. OLE color: 16533727.
HSL color Cylindrical-coordinate representation of color #DF48FC: hue angle of 290.33º 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 #DF48FC is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 72 | 252 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.01 |
| HSL | 290.33º | 0.97% | 0.64% | - |
| HSV(B) | 290.33º | 0.71% | 0.99% | - |
| XYZ | 50.32 | 27.35 | 94.72 | - |
| YUV | 137.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 252 | 0.12 | 0.71 | 0 | 0.01 | 290.33 | 0.97 | 0.64 |
| Hex | DF | 48 | FC | C | 47 | 0 | 1 | 122 | 61 | 40 |
| Octal | 337 | 110 | 374 | 14 | 107 | 0 | 1 | 442 | 141 | 100 |
| Binary | 11011111 | 1001000 | 11111100 | 1100 | 1000111 | 0 | 1 | 100100010 | 1100001 | 1000000 |
Color Harmonies of #DF48FC
Complementary color
Monochromatic Colors of #DF48FC
Black with #DF48FC
Text Example
Text Example
White with #DF48FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48FC; }
p { color: rgb(223,72,252); }
H1.HeaderClassName
{
color: #DF48FC;
}
.AnyTagClassName
{
color: #DF48FC;
}
</style>
background-color css
<style>
a { background-color: #DF48FC; }
a { background-color: rgb(223,72,252); }
div.DivClassName
{
background-color: #DF48FC;
}
.BgClassName
{
background-color: #DF48FC;
}
</style>
border-color css
<style>
span { border-color: #DF48FC; }
span { border-color: rgb(223,72,252); }
td.TdClassName
{
border-color: #DF48FC;
}
.TagClassName
{
border-color: #DF48FC;
}
</style>