Shades of Heliotrope #DF48FE
Tints of Heliotrope #DF48FE
RGB
CMYK
RGB Variations
Color information
#DF48FE (or 0xDF48FE) is known color: Heliotrope. HEX triplet: DF, 48 and FE. RGB value is (223,72,254). Sum of RGB (Red+Green+Blue) = 223+72+254=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 72 (28.52% from 255 or 13.11% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF48FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF48FE is #20B701. Grayscale: #898989. Windows color (decimal): -2144002 or 16664799. OLE color: 16664799.
HSL color Cylindrical-coordinate representation of color #DF48FE: hue angle of 289.78º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DF48FE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 72 | 254 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.00 |
| HSL | 289.78º | 0.99% | 0.64% | - |
| HSV(B) | 289.78º | 0.72% | 1% | - |
| XYZ | 50.64 | 27.48 | 96.4 | - |
| YUV | 137.9 | 193.53 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 254 | 0.12 | 0.72 | 0 | 0.00 | 289.78 | 0.99 | 0.64 |
| Hex | DF | 48 | FE | C | 48 | 0 | 0 | 122 | 63 | 40 |
| Octal | 337 | 110 | 376 | 14 | 110 | 0 | 0 | 442 | 143 | 100 |
| Binary | 11011111 | 1001000 | 11111110 | 1100 | 1001000 | 0 | 0 | 100100010 | 1100011 | 1000000 |
Color Harmonies of #DF48FE
Complementary color
Monochromatic Colors of #DF48FE
Black with #DF48FE
Text Example
Text Example
White with #DF48FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48FE; }
p { color: rgb(223,72,254); }
H1.HeaderClassName
{
color: #DF48FE;
}
.AnyTagClassName
{
color: #DF48FE;
}
</style>
background-color css
<style>
a { background-color: #DF48FE; }
a { background-color: rgb(223,72,254); }
div.DivClassName
{
background-color: #DF48FE;
}
.BgClassName
{
background-color: #DF48FE;
}
</style>
border-color css
<style>
span { border-color: #DF48FE; }
span { border-color: rgb(223,72,254); }
td.TdClassName
{
border-color: #DF48FE;
}
.TagClassName
{
border-color: #DF48FE;
}
</style>