Shades of Heliotrope #DF48FB
Tints of Heliotrope #DF48FB
RGB
CMYK
RGB Variations
Color information
#DF48FB (or 0xDF48FB) is known color: Heliotrope. HEX triplet: DF, 48 and FB. RGB value is (223,72,251). Sum of RGB (Red+Green+Blue) = 223+72+251=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 72 (28.52% from 255 or 13.19% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF48FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DF48FB is #20B704. Grayscale: #888888. Windows color (decimal): -2144005 or 16468191. OLE color: 16468191.
HSL color Cylindrical-coordinate representation of color #DF48FB: hue angle of 290.61º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF48FB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 72 | 251 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.02 |
| HSL | 290.61º | 0.96% | 0.63% | - |
| HSV(B) | 290.61º | 0.71% | 0.98% | - |
| XYZ | 50.16 | 27.29 | 93.89 | - |
| YUV | 137.56 | 192.03 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 72 | 251 | 0.11 | 0.71 | 0 | 0.02 | 290.61 | 0.96 | 0.63 |
| Hex | DF | 48 | FB | B | 47 | 0 | 2 | 123 | 60 | 3F |
| Octal | 337 | 110 | 373 | 13 | 107 | 0 | 2 | 443 | 140 | 77 |
| Binary | 11011111 | 1001000 | 11111011 | 1011 | 1000111 | 0 | 10 | 100100011 | 1100000 | 111111 |
Color Harmonies of #DF48FB
Complementary color
Monochromatic Colors of #DF48FB
Black with #DF48FB
Text Example
Text Example
White with #DF48FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF48FB; }
p { color: rgb(223,72,251); }
H1.HeaderClassName
{
color: #DF48FB;
}
.AnyTagClassName
{
color: #DF48FB;
}
</style>
background-color css
<style>
a { background-color: #DF48FB; }
a { background-color: rgb(223,72,251); }
div.DivClassName
{
background-color: #DF48FB;
}
.BgClassName
{
background-color: #DF48FB;
}
</style>
border-color css
<style>
span { border-color: #DF48FB; }
span { border-color: rgb(223,72,251); }
td.TdClassName
{
border-color: #DF48FB;
}
.TagClassName
{
border-color: #DF48FB;
}
</style>