Shades of Heliotrope #DF45FF
Tints of Heliotrope #DF45FF
RGB
CMYK
RGB Variations
Color information
#DF45FF (or 0xDF45FF) is known color: Heliotrope. HEX triplet: DF, 45 and FF. RGB value is (223,69,255). Sum of RGB (Red+Green+Blue) = 223+69+255=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 69 (27.34% from 255 or 12.61% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #DF45FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF45FF is #20BA00. Grayscale: #878787. Windows color (decimal): -2144769 or 16729567. OLE color: 16729567.
HSL color Cylindrical-coordinate representation of color #DF45FF: hue angle of 289.68º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF45FF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 223 | 69 | 255 | - |
| CMYK | 0.13 | 0.73 | 0 | 0 |
| HSL | 289.68º | 1% | 0.64% | - |
| HSV(B) | 289.68º | 0.73% | 1% | - |
| XYZ | 50.61 | 27.16 | 97.18 | - |
| YUV | 136.25 | 195.02 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 69 | 255 | 0.13 | 0.73 | 0 | 0 | 289.68 | 1 | 0.64 |
| Hex | DF | 45 | FF | D | 49 | 0 | 0 | 122 | 64 | 40 |
| Octal | 337 | 105 | 377 | 15 | 111 | 0 | 0 | 442 | 144 | 100 |
| Binary | 11011111 | 1000101 | 11111111 | 1101 | 1001001 | 0 | 0 | 100100010 | 1100100 | 1000000 |
Color Harmonies of #DF45FF
Complementary color
Monochromatic Colors of #DF45FF
Black with #DF45FF
Text Example
Text Example
White with #DF45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF45FF; }
p { color: rgb(223,69,255); }
H1.HeaderClassName
{
color: #DF45FF;
}
.AnyTagClassName
{
color: #DF45FF;
}
</style>
background-color css
<style>
a { background-color: #DF45FF; }
a { background-color: rgb(223,69,255); }
div.DivClassName
{
background-color: #DF45FF;
}
.BgClassName
{
background-color: #DF45FF;
}
</style>
border-color css
<style>
span { border-color: #DF45FF; }
span { border-color: rgb(223,69,255); }
td.TdClassName
{
border-color: #DF45FF;
}
.TagClassName
{
border-color: #DF45FF;
}
</style>