Shades of Heliotrope #DF4CFA
Tints of Heliotrope #DF4CFA
RGB
CMYK
RGB Variations
Color information
#DF4CFA (or 0xDF4CFA) is known color: Heliotrope. HEX triplet: DF, 4C and FA. RGB value is (223,76,250). Sum of RGB (Red+Green+Blue) = 223+76+250=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #DF4CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4CFA is #20B305. Grayscale: #8B8B8B. Windows color (decimal): -2142982 or 16403679. OLE color: 16403679.
HSL color Cylindrical-coordinate representation of color #DF4CFA: hue angle of 290.69º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DF4CFA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 76 | 250 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.02 |
| HSL | 290.69º | 0.95% | 0.64% | - |
| HSV(B) | 290.69º | 0.7% | 0.98% | - |
| XYZ | 50.27 | 27.76 | 93.15 | - |
| YUV | 139.79 | 190.2 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 76 | 250 | 0.11 | 0.70 | 0 | 0.02 | 290.69 | 0.95 | 0.64 |
| Hex | DF | 4C | FA | B | 46 | 0 | 2 | 123 | 5F | 40 |
| Octal | 337 | 114 | 372 | 13 | 106 | 0 | 2 | 443 | 137 | 100 |
| Binary | 11011111 | 1001100 | 11111010 | 1011 | 1000110 | 0 | 10 | 100100011 | 1011111 | 1000000 |
Color Harmonies of #DF4CFA
Complementary color
Monochromatic Colors of #DF4CFA
Black with #DF4CFA
Text Example
Text Example
White with #DF4CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4CFA; }
p { color: rgb(223,76,250); }
H1.HeaderClassName
{
color: #DF4CFA;
}
.AnyTagClassName
{
color: #DF4CFA;
}
</style>
background-color css
<style>
a { background-color: #DF4CFA; }
a { background-color: rgb(223,76,250); }
div.DivClassName
{
background-color: #DF4CFA;
}
.BgClassName
{
background-color: #DF4CFA;
}
</style>
border-color css
<style>
span { border-color: #DF4CFA; }
span { border-color: rgb(223,76,250); }
td.TdClassName
{
border-color: #DF4CFA;
}
.TagClassName
{
border-color: #DF4CFA;
}
</style>