Shades of Heliotrope #DF4CFC
Tints of Heliotrope #DF4CFC
RGB
CMYK
RGB Variations
Color information
#DF4CFC (or 0xDF4CFC) is known color: Heliotrope. HEX triplet: DF, 4C and FC. RGB value is (223,76,252). Sum of RGB (Red+Green+Blue) = 223+76+252=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF4CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4CFC is #20B303. Grayscale: #8B8B8B. Windows color (decimal): -2142980 or 16534751. OLE color: 16534751.
HSL color Cylindrical-coordinate representation of color #DF4CFC: hue angle of 290.11º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4CFC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 76 | 252 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.01 |
| HSL | 290.11º | 0.97% | 0.64% | - |
| HSV(B) | 290.11º | 0.7% | 0.99% | - |
| XYZ | 50.59 | 27.89 | 94.81 | - |
| YUV | 140.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 252 | 0.12 | 0.70 | 0 | 0.01 | 290.11 | 0.97 | 0.64 |
| Hex | DF | 4C | FC | C | 46 | 0 | 1 | 122 | 61 | 40 |
| Octal | 337 | 114 | 374 | 14 | 106 | 0 | 1 | 442 | 141 | 100 |
| Binary | 11011111 | 1001100 | 11111100 | 1100 | 1000110 | 0 | 1 | 100100010 | 1100001 | 1000000 |
Color Harmonies of #DF4CFC
Complementary color
Monochromatic Colors of #DF4CFC
Black with #DF4CFC
Text Example
Text Example
White with #DF4CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CFC; }
p { color: rgb(223,76,252); }
H1.HeaderClassName
{
color: #DF4CFC;
}
.AnyTagClassName
{
color: #DF4CFC;
}
</style>
background-color css
<style>
a { background-color: #DF4CFC; }
a { background-color: rgb(223,76,252); }
div.DivClassName
{
background-color: #DF4CFC;
}
.BgClassName
{
background-color: #DF4CFC;
}
</style>
border-color css
<style>
span { border-color: #DF4CFC; }
span { border-color: rgb(223,76,252); }
td.TdClassName
{
border-color: #DF4CFC;
}
.TagClassName
{
border-color: #DF4CFC;
}
</style>