Shades of Heliotrope #DD57F9
Tints of Heliotrope #DD57F9
RGB
CMYK
RGB Variations
Color information
#DD57F9 (or 0xDD57F9) is known color: Heliotrope. HEX triplet: DD, 57 and F9. RGB value is (221,87,249). Sum of RGB (Red+Green+Blue) = 221+87+249=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 87 (34.38% from 255 or 15.62% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD57F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57F9 is #22A806. Grayscale: #919191. Windows color (decimal): -2271239 or 16340957. OLE color: 16340957.
HSL color Cylindrical-coordinate representation of color #DD57F9: hue angle of 289.63º degrees, saturation: 0.93, 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 #DD57F9 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 87 | 249 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.02 |
| HSL | 289.63º | 0.93% | 0.66% | - |
| HSV(B) | 289.63º | 0.65% | 0.98% | - |
| XYZ | 50.33 | 29.03 | 92.57 | - |
| YUV | 145.53 | 186.39 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 249 | 0.11 | 0.65 | 0 | 0.02 | 289.63 | 0.93 | 0.66 |
| Hex | DD | 57 | F9 | B | 41 | 0 | 2 | 122 | 5D | 42 |
| Octal | 335 | 127 | 371 | 13 | 101 | 0 | 2 | 442 | 135 | 102 |
| Binary | 11011101 | 1010111 | 11111001 | 1011 | 1000001 | 0 | 10 | 100100010 | 1011101 | 1000010 |
Color Harmonies of #DD57F9
Complementary color
Monochromatic Colors of #DD57F9
Black with #DD57F9
Text Example
Text Example
White with #DD57F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57F9; }
p { color: rgb(221,87,249); }
H1.HeaderClassName
{
color: #DD57F9;
}
.AnyTagClassName
{
color: #DD57F9;
}
</style>
background-color css
<style>
a { background-color: #DD57F9; }
a { background-color: rgb(221,87,249); }
div.DivClassName
{
background-color: #DD57F9;
}
.BgClassName
{
background-color: #DD57F9;
}
</style>
border-color css
<style>
span { border-color: #DD57F9; }
span { border-color: rgb(221,87,249); }
td.TdClassName
{
border-color: #DD57F9;
}
.TagClassName
{
border-color: #DD57F9;
}
</style>