Shades of Heliotrope #DF62FC
Tints of Heliotrope #DF62FC
RGB
CMYK
RGB Variations
Color information
#DF62FC (or 0xDF62FC) is known color: Heliotrope. HEX triplet: DF, 62 and FC. RGB value is (223,98,252). Sum of RGB (Red+Green+Blue) = 223+98+252=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 98 (38.67% from 255 or 17.10% from 573); Blue value is 252 (98.83% from 255 or 43.98% from 573); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF62FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF62FC is #209D03. Grayscale: #989898. Windows color (decimal): -2137348 or 16540383. OLE color: 16540383.
HSL color Cylindrical-coordinate representation of color #DF62FC: hue angle of 288.7º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF62FC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 98 | 252 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.01 |
| HSL | 288.7º | 0.96% | 0.69% | - |
| HSV(B) | 288.7º | 0.61% | 0.99% | - |
| XYZ | 52.37 | 31.45 | 95.41 | - |
| YUV | 152.93 | 183.91 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 98 | 252 | 0.12 | 0.61 | 0 | 0.01 | 288.7 | 0.96 | 0.69 |
| Hex | DF | 62 | FC | C | 3D | 0 | 1 | 121 | 60 | 45 |
| Octal | 337 | 142 | 374 | 14 | 75 | 0 | 1 | 441 | 140 | 105 |
| Binary | 11011111 | 1100010 | 11111100 | 1100 | 111101 | 0 | 1 | 100100001 | 1100000 | 1000101 |
Color Harmonies of #DF62FC
Complementary color
Monochromatic Colors of #DF62FC
Black with #DF62FC
Text Example
Text Example
White with #DF62FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF62FC; }
p { color: rgb(223,98,252); }
H1.HeaderClassName
{
color: #DF62FC;
}
.AnyTagClassName
{
color: #DF62FC;
}
</style>
background-color css
<style>
a { background-color: #DF62FC; }
a { background-color: rgb(223,98,252); }
div.DivClassName
{
background-color: #DF62FC;
}
.BgClassName
{
background-color: #DF62FC;
}
</style>
border-color css
<style>
span { border-color: #DF62FC; }
span { border-color: rgb(223,98,252); }
td.TdClassName
{
border-color: #DF62FC;
}
.TagClassName
{
border-color: #DF62FC;
}
</style>