Shades of Heliotrope #DD63F9
Tints of Heliotrope #DD63F9
RGB
CMYK
RGB Variations
Color information
#DD63F9 (or 0xDD63F9) is known color: Heliotrope. HEX triplet: DD, 63 and F9. RGB value is (221,99,249). Sum of RGB (Red+Green+Blue) = 221+99+249=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 99 (39.06% from 255 or 17.40% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD63F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD63F9 is #229C06. Grayscale: #989898. Windows color (decimal): -2268167 or 16344029. OLE color: 16344029.
HSL color Cylindrical-coordinate representation of color #DD63F9: hue angle of 288.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD63F9 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 99 | 249 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.02 |
| HSL | 288.8º | 0.93% | 0.68% | - |
| HSV(B) | 288.8º | 0.6% | 0.98% | - |
| XYZ | 51.38 | 31.14 | 92.92 | - |
| YUV | 152.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 249 | 0.11 | 0.60 | 0 | 0.02 | 288.8 | 0.93 | 0.68 |
| Hex | DD | 63 | F9 | B | 3C | 0 | 2 | 121 | 5D | 44 |
| Octal | 335 | 143 | 371 | 13 | 74 | 0 | 2 | 441 | 135 | 104 |
| Binary | 11011101 | 1100011 | 11111001 | 1011 | 111100 | 0 | 10 | 100100001 | 1011101 | 1000100 |
Color Harmonies of #DD63F9
Complementary color
Monochromatic Colors of #DD63F9
Black with #DD63F9
Text Example
Text Example
White with #DD63F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63F9; }
p { color: rgb(221,99,249); }
H1.HeaderClassName
{
color: #DD63F9;
}
.AnyTagClassName
{
color: #DD63F9;
}
</style>
background-color css
<style>
a { background-color: #DD63F9; }
a { background-color: rgb(221,99,249); }
div.DivClassName
{
background-color: #DD63F9;
}
.BgClassName
{
background-color: #DD63F9;
}
</style>
border-color css
<style>
span { border-color: #DD63F9; }
span { border-color: rgb(221,99,249); }
td.TdClassName
{
border-color: #DD63F9;
}
.TagClassName
{
border-color: #DD63F9;
}
</style>