Shades of Heliotrope #DF44FE
Tints of Heliotrope #DF44FE
RGB
CMYK
RGB Variations
Color information
#DF44FE (or 0xDF44FE) is known color: Heliotrope. HEX triplet: DF, 44 and FE. RGB value is (223,68,254). Sum of RGB (Red+Green+Blue) = 223+68+254=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 68 (26.95% from 255 or 12.48% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #DF44FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF44FE is #20BB01. Grayscale: #868686. Windows color (decimal): -2145026 or 16663775. OLE color: 16663775.
HSL color Cylindrical-coordinate representation of color #DF44FE: hue angle of 290º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF44FE is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 68 | 254 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.00 |
| HSL | 290º | 0.99% | 0.63% | - |
| HSV(B) | 290º | 0.73% | 1% | - |
| XYZ | 50.39 | 26.98 | 96.32 | - |
| YUV | 135.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 68 | 254 | 0.12 | 0.73 | 0 | 0.00 | 290 | 0.99 | 0.63 |
| Hex | DF | 44 | FE | C | 49 | 0 | 0 | 122 | 63 | 3F |
| Octal | 337 | 104 | 376 | 14 | 111 | 0 | 0 | 442 | 143 | 77 |
| Binary | 11011111 | 1000100 | 11111110 | 1100 | 1001001 | 0 | 0 | 100100010 | 1100011 | 111111 |
Color Harmonies of #DF44FE
Complementary color
Monochromatic Colors of #DF44FE
Black with #DF44FE
Text Example
Text Example
White with #DF44FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF44FE; }
p { color: rgb(223,68,254); }
H1.HeaderClassName
{
color: #DF44FE;
}
.AnyTagClassName
{
color: #DF44FE;
}
</style>
background-color css
<style>
a { background-color: #DF44FE; }
a { background-color: rgb(223,68,254); }
div.DivClassName
{
background-color: #DF44FE;
}
.BgClassName
{
background-color: #DF44FE;
}
</style>
border-color css
<style>
span { border-color: #DF44FE; }
span { border-color: rgb(223,68,254); }
td.TdClassName
{
border-color: #DF44FE;
}
.TagClassName
{
border-color: #DF44FE;
}
</style>