Shades of Heliotrope #DD65EC
Tints of Heliotrope #DD65EC
RGB
CMYK
RGB Variations
Color information
#DD65EC (or 0xDD65EC) is known color: Heliotrope. HEX triplet: DD, 65 and EC. RGB value is (221,101,236). Sum of RGB (Red+Green+Blue) = 221+101+236=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 101 (39.84% from 255 or 18.10% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD65EC is #229A13. Grayscale: #979797. Windows color (decimal): -2267668 or 15492573. OLE color: 15492573.
HSL color Cylindrical-coordinate representation of color #DD65EC: hue angle of 293.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD65EC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 101 | 236 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.07 |
| HSL | 293.33º | 0.78% | 0.66% | - |
| HSV(B) | 293.33º | 0.57% | 0.93% | - |
| XYZ | 49.61 | 30.74 | 82.67 | - |
| YUV | 152.27 | 175.26 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 236 | 0.06 | 0.57 | 0 | 0.07 | 293.33 | 0.78 | 0.66 |
| Hex | DD | 65 | EC | 6 | 39 | 0 | 7 | 125 | 4E | 42 |
| Octal | 335 | 145 | 354 | 6 | 71 | 0 | 7 | 445 | 116 | 102 |
| Binary | 11011101 | 1100101 | 11101100 | 110 | 111001 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DD65EC
Complementary color
Monochromatic Colors of #DD65EC
Black with #DD65EC
Text Example
Text Example
White with #DD65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65EC; }
p { color: rgb(221,101,236); }
H1.HeaderClassName
{
color: #DD65EC;
}
.AnyTagClassName
{
color: #DD65EC;
}
</style>
background-color css
<style>
a { background-color: #DD65EC; }
a { background-color: rgb(221,101,236); }
div.DivClassName
{
background-color: #DD65EC;
}
.BgClassName
{
background-color: #DD65EC;
}
</style>
border-color css
<style>
span { border-color: #DD65EC; }
span { border-color: rgb(221,101,236); }
td.TdClassName
{
border-color: #DD65EC;
}
.TagClassName
{
border-color: #DD65EC;
}
</style>