Shades of Heliotrope #DF52F8
Tints of Heliotrope #DF52F8
RGB
CMYK
RGB Variations
Color information
#DF52F8 (or 0xDF52F8) is known color: Heliotrope. HEX triplet: DF, 52 and F8. RGB value is (223,82,248). Sum of RGB (Red+Green+Blue) = 223+82+248=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 82 (32.42% from 255 or 14.83% from 553); Blue value is 248 (97.27% from 255 or 44.85% from 553); Max value from RGB is 248 - color contains mainly: blue. Hex color #DF52F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52F8 is #20AD07. Grayscale: #8E8E8E. Windows color (decimal): -2141448 or 16274143. OLE color: 16274143.
HSL color Cylindrical-coordinate representation of color #DF52F8: hue angle of 290.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DF52F8 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 223 | 82 | 248 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.03 |
| HSL | 290.96º | 0.92% | 0.65% | - |
| HSV(B) | 290.96º | 0.67% | 0.97% | - |
| XYZ | 50.39 | 28.5 | 91.65 | - |
| YUV | 143.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 248 | 0.10 | 0.67 | 0 | 0.03 | 290.96 | 0.92 | 0.65 |
| Hex | DF | 52 | F8 | A | 43 | 0 | 3 | 123 | 5C | 41 |
| Octal | 337 | 122 | 370 | 12 | 103 | 0 | 3 | 443 | 134 | 101 |
| Binary | 11011111 | 1010010 | 11111000 | 1010 | 1000011 | 0 | 11 | 100100011 | 1011100 | 1000001 |
Color Harmonies of #DF52F8
Complementary color
Monochromatic Colors of #DF52F8
Black with #DF52F8
Text Example
Text Example
White with #DF52F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52F8; }
p { color: rgb(223,82,248); }
H1.HeaderClassName
{
color: #DF52F8;
}
.AnyTagClassName
{
color: #DF52F8;
}
</style>
background-color css
<style>
a { background-color: #DF52F8; }
a { background-color: rgb(223,82,248); }
div.DivClassName
{
background-color: #DF52F8;
}
.BgClassName
{
background-color: #DF52F8;
}
</style>
border-color css
<style>
span { border-color: #DF52F8; }
span { border-color: rgb(223,82,248); }
td.TdClassName
{
border-color: #DF52F8;
}
.TagClassName
{
border-color: #DF52F8;
}
</style>