Shades of Heliotrope #DD63F6
Tints of Heliotrope #DD63F6
RGB
CMYK
RGB Variations
Color information
#DD63F6 (or 0xDD63F6) is known color: Heliotrope. HEX triplet: DD, 63 and F6. RGB value is (221,99,246). Sum of RGB (Red+Green+Blue) = 221+99+246=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 99 (39.06% from 255 or 17.49% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD63F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63F6 is #229C09. Grayscale: #979797. Windows color (decimal): -2268170 or 16147421. OLE color: 16147421.
HSL color Cylindrical-coordinate representation of color #DD63F6: hue angle of 289.8º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD63F6 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 99 | 246 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.04 |
| HSL | 289.8º | 0.89% | 0.68% | - |
| HSV(B) | 289.8º | 0.6% | 0.96% | - |
| XYZ | 50.92 | 30.95 | 90.48 | - |
| YUV | 152.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 246 | 0.10 | 0.60 | 0 | 0.04 | 289.8 | 0.89 | 0.68 |
| Hex | DD | 63 | F6 | A | 3C | 0 | 4 | 122 | 59 | 44 |
| Octal | 335 | 143 | 366 | 12 | 74 | 0 | 4 | 442 | 131 | 104 |
| Binary | 11011101 | 1100011 | 11110110 | 1010 | 111100 | 0 | 100 | 100100010 | 1011001 | 1000100 |
Color Harmonies of #DD63F6
Complementary color
Monochromatic Colors of #DD63F6
Black with #DD63F6
Text Example
Text Example
White with #DD63F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63F6; }
p { color: rgb(221,99,246); }
H1.HeaderClassName
{
color: #DD63F6;
}
.AnyTagClassName
{
color: #DD63F6;
}
</style>
background-color css
<style>
a { background-color: #DD63F6; }
a { background-color: rgb(221,99,246); }
div.DivClassName
{
background-color: #DD63F6;
}
.BgClassName
{
background-color: #DD63F6;
}
</style>
border-color css
<style>
span { border-color: #DD63F6; }
span { border-color: rgb(221,99,246); }
td.TdClassName
{
border-color: #DD63F6;
}
.TagClassName
{
border-color: #DD63F6;
}
</style>