Shades of Heliotrope #DF52FD
Tints of Heliotrope #DF52FD
RGB
CMYK
RGB Variations
Color information
#DF52FD (or 0xDF52FD) is known color: Heliotrope. HEX triplet: DF, 52 and FD. RGB value is (223,82,253). Sum of RGB (Red+Green+Blue) = 223+82+253=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 82 (32.42% from 255 or 14.70% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF52FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF52FD is #20AD02. Grayscale: #8F8F8F. Windows color (decimal): -2141443 or 16601823. OLE color: 16601823.
HSL color Cylindrical-coordinate representation of color #DF52FD: hue angle of 289.47º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF52FD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 82 | 253 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.01 |
| HSL | 289.47º | 0.98% | 0.66% | - |
| HSV(B) | 289.47º | 0.68% | 0.99% | - |
| XYZ | 51.18 | 28.81 | 95.79 | - |
| YUV | 143.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 82 | 253 | 0.12 | 0.68 | 0 | 0.01 | 289.47 | 0.98 | 0.66 |
| Hex | DF | 52 | FD | C | 44 | 0 | 1 | 121 | 62 | 42 |
| Octal | 337 | 122 | 375 | 14 | 104 | 0 | 1 | 441 | 142 | 102 |
| Binary | 11011111 | 1010010 | 11111101 | 1100 | 1000100 | 0 | 1 | 100100001 | 1100010 | 1000010 |
Color Harmonies of #DF52FD
Complementary color
Monochromatic Colors of #DF52FD
Black with #DF52FD
Text Example
Text Example
White with #DF52FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF52FD; }
p { color: rgb(223,82,253); }
H1.HeaderClassName
{
color: #DF52FD;
}
.AnyTagClassName
{
color: #DF52FD;
}
</style>
background-color css
<style>
a { background-color: #DF52FD; }
a { background-color: rgb(223,82,253); }
div.DivClassName
{
background-color: #DF52FD;
}
.BgClassName
{
background-color: #DF52FD;
}
</style>
border-color css
<style>
span { border-color: #DF52FD; }
span { border-color: rgb(223,82,253); }
td.TdClassName
{
border-color: #DF52FD;
}
.TagClassName
{
border-color: #DF52FD;
}
</style>