Shades of Heliotrope #DF56FB
Tints of Heliotrope #DF56FB
RGB
CMYK
RGB Variations
Color information
#DF56FB (or 0xDF56FB) is known color: Heliotrope. HEX triplet: DF, 56 and FB. RGB value is (223,86,251). Sum of RGB (Red+Green+Blue) = 223+86+251=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 86 (33.98% from 255 or 15.36% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF56FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF56FB is #20A904. Grayscale: #919191. Windows color (decimal): -2140421 or 16471775. OLE color: 16471775.
HSL color Cylindrical-coordinate representation of color #DF56FB: hue angle of 289.82º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DF56FB is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 86 | 251 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.02 |
| HSL | 289.82º | 0.95% | 0.66% | - |
| HSV(B) | 289.82º | 0.66% | 0.98% | - |
| XYZ | 51.17 | 29.31 | 94.23 | - |
| YUV | 145.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 86 | 251 | 0.11 | 0.66 | 0 | 0.02 | 289.82 | 0.95 | 0.66 |
| Hex | DF | 56 | FB | B | 42 | 0 | 2 | 122 | 5F | 42 |
| Octal | 337 | 126 | 373 | 13 | 102 | 0 | 2 | 442 | 137 | 102 |
| Binary | 11011111 | 1010110 | 11111011 | 1011 | 1000010 | 0 | 10 | 100100010 | 1011111 | 1000010 |
Color Harmonies of #DF56FB
Complementary color
Monochromatic Colors of #DF56FB
Black with #DF56FB
Text Example
Text Example
White with #DF56FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF56FB; }
p { color: rgb(223,86,251); }
H1.HeaderClassName
{
color: #DF56FB;
}
.AnyTagClassName
{
color: #DF56FB;
}
</style>
background-color css
<style>
a { background-color: #DF56FB; }
a { background-color: rgb(223,86,251); }
div.DivClassName
{
background-color: #DF56FB;
}
.BgClassName
{
background-color: #DF56FB;
}
</style>
border-color css
<style>
span { border-color: #DF56FB; }
span { border-color: rgb(223,86,251); }
td.TdClassName
{
border-color: #DF56FB;
}
.TagClassName
{
border-color: #DF56FB;
}
</style>