Shades of Heliotrope #DD59F9
Tints of Heliotrope #DD59F9
RGB
CMYK
RGB Variations
Color information
#DD59F9 (or 0xDD59F9) is known color: Heliotrope. HEX triplet: DD, 59 and F9. RGB value is (221,89,249). Sum of RGB (Red+Green+Blue) = 221+89+249=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 89 (35.16% from 255 or 15.92% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD59F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD59F9 is #22A606. Grayscale: #929292. Windows color (decimal): -2270727 or 16341469. OLE color: 16341469.
HSL color Cylindrical-coordinate representation of color #DD59F9: hue angle of 289.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD59F9 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 89 | 249 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.02 |
| HSL | 289.5º | 0.93% | 0.66% | - |
| HSV(B) | 289.5º | 0.64% | 0.98% | - |
| XYZ | 50.49 | 29.36 | 92.63 | - |
| YUV | 146.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 89 | 249 | 0.11 | 0.64 | 0 | 0.02 | 289.5 | 0.93 | 0.66 |
| Hex | DD | 59 | F9 | B | 40 | 0 | 2 | 122 | 5D | 42 |
| Octal | 335 | 131 | 371 | 13 | 100 | 0 | 2 | 442 | 135 | 102 |
| Binary | 11011101 | 1011001 | 11111001 | 1011 | 1000000 | 0 | 10 | 100100010 | 1011101 | 1000010 |
Color Harmonies of #DD59F9
Complementary color
Monochromatic Colors of #DD59F9
Black with #DD59F9
Text Example
Text Example
White with #DD59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD59F9; }
p { color: rgb(221,89,249); }
H1.HeaderClassName
{
color: #DD59F9;
}
.AnyTagClassName
{
color: #DD59F9;
}
</style>
background-color css
<style>
a { background-color: #DD59F9; }
a { background-color: rgb(221,89,249); }
div.DivClassName
{
background-color: #DD59F9;
}
.BgClassName
{
background-color: #DD59F9;
}
</style>
border-color css
<style>
span { border-color: #DD59F9; }
span { border-color: rgb(221,89,249); }
td.TdClassName
{
border-color: #DD59F9;
}
.TagClassName
{
border-color: #DD59F9;
}
</style>