Shades of Heliotrope #DD57FA
Tints of Heliotrope #DD57FA
RGB
CMYK
RGB Variations
Color information
#DD57FA (or 0xDD57FA) is known color: Heliotrope. HEX triplet: DD, 57 and FA. RGB value is (221,87,250). Sum of RGB (Red+Green+Blue) = 221+87+250=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 87 (34.38% from 255 or 15.59% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #DD57FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57FA is #22A805. Grayscale: #919191. Windows color (decimal): -2271238 or 16406493. OLE color: 16406493.
HSL color Cylindrical-coordinate representation of color #DD57FA: hue angle of 289.33º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD57FA is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 87 | 250 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.02 |
| HSL | 289.33º | 0.94% | 0.66% | - |
| HSV(B) | 289.33º | 0.65% | 0.98% | - |
| XYZ | 50.48 | 29.09 | 93.4 | - |
| YUV | 145.65 | 186.89 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 250 | 0.12 | 0.65 | 0 | 0.02 | 289.33 | 0.94 | 0.66 |
| Hex | DD | 57 | FA | C | 41 | 0 | 2 | 121 | 5E | 42 |
| Octal | 335 | 127 | 372 | 14 | 101 | 0 | 2 | 441 | 136 | 102 |
| Binary | 11011101 | 1010111 | 11111010 | 1100 | 1000001 | 0 | 10 | 100100001 | 1011110 | 1000010 |
Color Harmonies of #DD57FA
Complementary color
Monochromatic Colors of #DD57FA
Black with #DD57FA
Text Example
Text Example
White with #DD57FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57FA; }
p { color: rgb(221,87,250); }
H1.HeaderClassName
{
color: #DD57FA;
}
.AnyTagClassName
{
color: #DD57FA;
}
</style>
background-color css
<style>
a { background-color: #DD57FA; }
a { background-color: rgb(221,87,250); }
div.DivClassName
{
background-color: #DD57FA;
}
.BgClassName
{
background-color: #DD57FA;
}
</style>
border-color css
<style>
span { border-color: #DD57FA; }
span { border-color: rgb(221,87,250); }
td.TdClassName
{
border-color: #DD57FA;
}
.TagClassName
{
border-color: #DD57FA;
}
</style>