Shades of Heliotrope #DF52FB
Tints of Heliotrope #DF52FB
RGB
CMYK
RGB Variations
Color information
#DF52FB (or 0xDF52FB) is known color: Heliotrope. HEX triplet: DF, 52 and FB. RGB value is (223,82,251). Sum of RGB (Red+Green+Blue) = 223+82+251=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 82 (32.42% from 255 or 14.75% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #DF52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52FB is #20AD04. Grayscale: #8E8E8E. Windows color (decimal): -2141445 or 16470751. OLE color: 16470751.
HSL color Cylindrical-coordinate representation of color #DF52FB: hue angle of 290.06º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF52FB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 82 | 251 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.02 |
| HSL | 290.06º | 0.95% | 0.65% | - |
| HSV(B) | 290.06º | 0.67% | 0.98% | - |
| XYZ | 50.86 | 28.69 | 94.12 | - |
| YUV | 143.43 | 188.71 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 251 | 0.11 | 0.67 | 0 | 0.02 | 290.06 | 0.95 | 0.65 |
| Hex | DF | 52 | FB | B | 43 | 0 | 2 | 122 | 5F | 41 |
| Octal | 337 | 122 | 373 | 13 | 103 | 0 | 2 | 442 | 137 | 101 |
| Binary | 11011111 | 1010010 | 11111011 | 1011 | 1000011 | 0 | 10 | 100100010 | 1011111 | 1000001 |
Color Harmonies of #DF52FB
Complementary color
Monochromatic Colors of #DF52FB
Black with #DF52FB
Text Example
Text Example
White with #DF52FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52FB; }
p { color: rgb(223,82,251); }
H1.HeaderClassName
{
color: #DF52FB;
}
.AnyTagClassName
{
color: #DF52FB;
}
</style>
background-color css
<style>
a { background-color: #DF52FB; }
a { background-color: rgb(223,82,251); }
div.DivClassName
{
background-color: #DF52FB;
}
.BgClassName
{
background-color: #DF52FB;
}
</style>
border-color css
<style>
span { border-color: #DF52FB; }
span { border-color: rgb(223,82,251); }
td.TdClassName
{
border-color: #DF52FB;
}
.TagClassName
{
border-color: #DF52FB;
}
</style>