Shades of Heliotrope #DF4BFC
Tints of Heliotrope #DF4BFC
RGB
CMYK
RGB Variations
Color information
#DF4BFC (or 0xDF4BFC) is known color: Heliotrope. HEX triplet: DF, 4B and FC. RGB value is (223,75,252). Sum of RGB (Red+Green+Blue) = 223+75+252=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 75 (29.69% from 255 or 13.64% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #DF4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF4BFC is #20B403. Grayscale: #8A8A8A. Windows color (decimal): -2143236 or 16534495. OLE color: 16534495.
HSL color Cylindrical-coordinate representation of color #DF4BFC: hue angle of 290.17º 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 #DF4BFC is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 75 | 252 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.01 |
| HSL | 290.17º | 0.97% | 0.64% | - |
| HSV(B) | 290.17º | 0.7% | 0.99% | - |
| XYZ | 50.52 | 27.75 | 94.79 | - |
| YUV | 139.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 75 | 252 | 0.12 | 0.70 | 0 | 0.01 | 290.17 | 0.97 | 0.64 |
| Hex | DF | 4B | FC | C | 46 | 0 | 1 | 122 | 61 | 40 |
| Octal | 337 | 113 | 374 | 14 | 106 | 0 | 1 | 442 | 141 | 100 |
| Binary | 11011111 | 1001011 | 11111100 | 1100 | 1000110 | 0 | 1 | 100100010 | 1100001 | 1000000 |
Color Harmonies of #DF4BFC
Complementary color
Monochromatic Colors of #DF4BFC
Black with #DF4BFC
Text Example
Text Example
White with #DF4BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF4BFC; }
p { color: rgb(223,75,252); }
H1.HeaderClassName
{
color: #DF4BFC;
}
.AnyTagClassName
{
color: #DF4BFC;
}
</style>
background-color css
<style>
a { background-color: #DF4BFC; }
a { background-color: rgb(223,75,252); }
div.DivClassName
{
background-color: #DF4BFC;
}
.BgClassName
{
background-color: #DF4BFC;
}
</style>
border-color css
<style>
span { border-color: #DF4BFC; }
span { border-color: rgb(223,75,252); }
td.TdClassName
{
border-color: #DF4BFC;
}
.TagClassName
{
border-color: #DF4BFC;
}
</style>