Shades of Heliotrope #DD56F6
Tints of Heliotrope #DD56F6
RGB
CMYK
RGB Variations
Color information
#DD56F6 (or 0xDD56F6) is known color: Heliotrope. HEX triplet: DD, 56 and F6. RGB value is (221,86,246). Sum of RGB (Red+Green+Blue) = 221+86+246=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 86 (33.98% from 255 or 15.55% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD56F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56F6 is #22A909. Grayscale: #909090. Windows color (decimal): -2271498 or 16144093. OLE color: 16144093.
HSL color Cylindrical-coordinate representation of color #DD56F6: hue angle of 290.62º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD56F6 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 86 | 246 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.04 |
| HSL | 290.63º | 0.9% | 0.65% | - |
| HSV(B) | 290.63º | 0.65% | 0.96% | - |
| XYZ | 49.78 | 28.68 | 90.1 | - |
| YUV | 144.61 | 185.23 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 246 | 0.10 | 0.65 | 0 | 0.04 | 290.63 | 0.9 | 0.65 |
| Hex | DD | 56 | F6 | A | 41 | 0 | 4 | 123 | 5A | 41 |
| Octal | 335 | 126 | 366 | 12 | 101 | 0 | 4 | 443 | 132 | 101 |
| Binary | 11011101 | 1010110 | 11110110 | 1010 | 1000001 | 0 | 100 | 100100011 | 1011010 | 1000001 |
Color Harmonies of #DD56F6
Complementary color
Monochromatic Colors of #DD56F6
Black with #DD56F6
Text Example
Text Example
White with #DD56F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56F6; }
p { color: rgb(221,86,246); }
H1.HeaderClassName
{
color: #DD56F6;
}
.AnyTagClassName
{
color: #DD56F6;
}
</style>
background-color css
<style>
a { background-color: #DD56F6; }
a { background-color: rgb(221,86,246); }
div.DivClassName
{
background-color: #DD56F6;
}
.BgClassName
{
background-color: #DD56F6;
}
</style>
border-color css
<style>
span { border-color: #DD56F6; }
span { border-color: rgb(221,86,246); }
td.TdClassName
{
border-color: #DD56F6;
}
.TagClassName
{
border-color: #DD56F6;
}
</style>