Shades of Heliotrope #DD63EC
Tints of Heliotrope #DD63EC
RGB
CMYK
RGB Variations
Color information
#DD63EC (or 0xDD63EC) is known color: Heliotrope. HEX triplet: DD, 63 and EC. RGB value is (221,99,236). Sum of RGB (Red+Green+Blue) = 221+99+236=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 99 (39.06% from 255 or 17.81% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD63EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63EC is #229C13. Grayscale: #969696. Windows color (decimal): -2268180 or 15492061. OLE color: 15492061.
HSL color Cylindrical-coordinate representation of color #DD63EC: hue angle of 293.43º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD63EC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 99 | 236 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.07 |
| HSL | 293.43º | 0.78% | 0.66% | - |
| HSV(B) | 293.43º | 0.58% | 0.93% | - |
| XYZ | 49.42 | 30.35 | 82.61 | - |
| YUV | 151.1 | 175.92 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 236 | 0.06 | 0.58 | 0 | 0.07 | 293.43 | 0.78 | 0.66 |
| Hex | DD | 63 | EC | 6 | 3A | 0 | 7 | 125 | 4E | 42 |
| Octal | 335 | 143 | 354 | 6 | 72 | 0 | 7 | 445 | 116 | 102 |
| Binary | 11011101 | 1100011 | 11101100 | 110 | 111010 | 0 | 111 | 100100101 | 1001110 | 1000010 |
Color Harmonies of #DD63EC
Complementary color
Monochromatic Colors of #DD63EC
Black with #DD63EC
Text Example
Text Example
White with #DD63EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63EC; }
p { color: rgb(221,99,236); }
H1.HeaderClassName
{
color: #DD63EC;
}
.AnyTagClassName
{
color: #DD63EC;
}
</style>
background-color css
<style>
a { background-color: #DD63EC; }
a { background-color: rgb(221,99,236); }
div.DivClassName
{
background-color: #DD63EC;
}
.BgClassName
{
background-color: #DD63EC;
}
</style>
border-color css
<style>
span { border-color: #DD63EC; }
span { border-color: rgb(221,99,236); }
td.TdClassName
{
border-color: #DD63EC;
}
.TagClassName
{
border-color: #DD63EC;
}
</style>