Shades of Heliotrope #DF53FC
Tints of Heliotrope #DF53FC
RGB
CMYK
RGB Variations
Color information
#DF53FC (or 0xDF53FC) is known color: Heliotrope. HEX triplet: DF, 53 and FC. RGB value is (223,83,252). Sum of RGB (Red+Green+Blue) = 223+83+252=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 83 (32.81% from 255 or 14.87% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF53FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF53FC is #20AC03. Grayscale: #8F8F8F. Windows color (decimal): -2141188 or 16536543. OLE color: 16536543.
HSL color Cylindrical-coordinate representation of color #DF53FC: hue angle of 289.7º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF53FC is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 83 | 252 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.01 |
| HSL | 289.7º | 0.97% | 0.66% | - |
| HSV(B) | 289.7º | 0.67% | 0.99% | - |
| XYZ | 51.1 | 28.9 | 94.98 | - |
| YUV | 144.13 | 188.88 | 184.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 83 | 252 | 0.12 | 0.67 | 0 | 0.01 | 289.7 | 0.97 | 0.66 |
| Hex | DF | 53 | FC | C | 43 | 0 | 1 | 122 | 61 | 42 |
| Octal | 337 | 123 | 374 | 14 | 103 | 0 | 1 | 442 | 141 | 102 |
| Binary | 11011111 | 1010011 | 11111100 | 1100 | 1000011 | 0 | 1 | 100100010 | 1100001 | 1000010 |
Color Harmonies of #DF53FC
Complementary color
Monochromatic Colors of #DF53FC
Black with #DF53FC
Text Example
Text Example
White with #DF53FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF53FC; }
p { color: rgb(223,83,252); }
H1.HeaderClassName
{
color: #DF53FC;
}
.AnyTagClassName
{
color: #DF53FC;
}
</style>
background-color css
<style>
a { background-color: #DF53FC; }
a { background-color: rgb(223,83,252); }
div.DivClassName
{
background-color: #DF53FC;
}
.BgClassName
{
background-color: #DF53FC;
}
</style>
border-color css
<style>
span { border-color: #DF53FC; }
span { border-color: rgb(223,83,252); }
td.TdClassName
{
border-color: #DF53FC;
}
.TagClassName
{
border-color: #DF53FC;
}
</style>