Shades of Heliotrope #DD56F3
Tints of Heliotrope #DD56F3
RGB
CMYK
RGB Variations
Color information
#DD56F3 (or 0xDD56F3) is known color: Heliotrope. HEX triplet: DD, 56 and F3. RGB value is (221,86,243). Sum of RGB (Red+Green+Blue) = 221+86+243=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 86 (33.98% from 255 or 15.64% from 550); Blue value is 243 (95.31% from 255 or 44.18% from 550); Max value from RGB is 243 - color contains mainly: blue. Hex color #DD56F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD56F3 is #22A90C. Grayscale: #8F8F8F. Windows color (decimal): -2271501 or 15947485. OLE color: 15947485.
HSL color Cylindrical-coordinate representation of color #DD56F3: hue angle of 291.59º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD56F3 is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 86 | 243 | - |
| CMYK | 0.09 | 0.65 | 0 | 0.05 |
| HSL | 291.59º | 0.87% | 0.65% | - |
| HSV(B) | 291.59º | 0.65% | 0.95% | - |
| XYZ | 49.32 | 28.5 | 87.7 | - |
| YUV | 144.26 | 183.73 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 86 | 243 | 0.09 | 0.65 | 0 | 0.05 | 291.59 | 0.87 | 0.65 |
| Hex | DD | 56 | F3 | 9 | 41 | 0 | 5 | 124 | 57 | 41 |
| Octal | 335 | 126 | 363 | 11 | 101 | 0 | 5 | 444 | 127 | 101 |
| Binary | 11011101 | 1010110 | 11110011 | 1001 | 1000001 | 0 | 101 | 100100100 | 1010111 | 1000001 |
Color Harmonies of #DD56F3
Complementary color
Monochromatic Colors of #DD56F3
Black with #DD56F3
Text Example
Text Example
White with #DD56F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD56F3; }
p { color: rgb(221,86,243); }
H1.HeaderClassName
{
color: #DD56F3;
}
.AnyTagClassName
{
color: #DD56F3;
}
</style>
background-color css
<style>
a { background-color: #DD56F3; }
a { background-color: rgb(221,86,243); }
div.DivClassName
{
background-color: #DD56F3;
}
.BgClassName
{
background-color: #DD56F3;
}
</style>
border-color css
<style>
span { border-color: #DD56F3; }
span { border-color: rgb(221,86,243); }
td.TdClassName
{
border-color: #DD56F3;
}
.TagClassName
{
border-color: #DD56F3;
}
</style>