Shades of Heliotrope #DD57F8
Tints of Heliotrope #DD57F8
RGB
CMYK
RGB Variations
Color information
#DD57F8 (or 0xDD57F8) is known color: Heliotrope. HEX triplet: DD, 57 and F8. RGB value is (221,87,248). Sum of RGB (Red+Green+Blue) = 221+87+248=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 87 (34.38% from 255 or 15.65% from 556); Blue value is 248 (97.27% from 255 or 44.60% from 556); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD57F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD57F8 is #22A807. Grayscale: #909090. Windows color (decimal): -2271240 or 16275421. OLE color: 16275421.
HSL color Cylindrical-coordinate representation of color #DD57F8: hue angle of 289.94º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD57F8 is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 87 | 248 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.03 |
| HSL | 289.94º | 0.92% | 0.66% | - |
| HSV(B) | 289.94º | 0.65% | 0.97% | - |
| XYZ | 50.17 | 28.97 | 91.75 | - |
| YUV | 145.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 87 | 248 | 0.11 | 0.65 | 0 | 0.03 | 289.94 | 0.92 | 0.66 |
| Hex | DD | 57 | F8 | B | 41 | 0 | 3 | 122 | 5C | 42 |
| Octal | 335 | 127 | 370 | 13 | 101 | 0 | 3 | 442 | 134 | 102 |
| Binary | 11011101 | 1010111 | 11111000 | 1011 | 1000001 | 0 | 11 | 100100010 | 1011100 | 1000010 |
Color Harmonies of #DD57F8
Complementary color
Monochromatic Colors of #DD57F8
Black with #DD57F8
Text Example
Text Example
White with #DD57F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD57F8; }
p { color: rgb(221,87,248); }
H1.HeaderClassName
{
color: #DD57F8;
}
.AnyTagClassName
{
color: #DD57F8;
}
</style>
background-color css
<style>
a { background-color: #DD57F8; }
a { background-color: rgb(221,87,248); }
div.DivClassName
{
background-color: #DD57F8;
}
.BgClassName
{
background-color: #DD57F8;
}
</style>
border-color css
<style>
span { border-color: #DD57F8; }
span { border-color: rgb(221,87,248); }
td.TdClassName
{
border-color: #DD57F8;
}
.TagClassName
{
border-color: #DD57F8;
}
</style>