Shades of Heliotrope #DD51F6
Tints of Heliotrope #DD51F6
RGB
CMYK
RGB Variations
Color information
#DD51F6 (or 0xDD51F6) is known color: Heliotrope. HEX triplet: DD, 51 and F6. RGB value is (221,81,246). Sum of RGB (Red+Green+Blue) = 221+81+246=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 246 (96.48% from 255 or 44.89% from 548); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD51F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51F6 is #22AE09. Grayscale: #8D8D8D. Windows color (decimal): -2272778 or 16142813. OLE color: 16142813.
HSL color Cylindrical-coordinate representation of color #DD51F6: hue angle of 290.91º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD51F6 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 81 | 246 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.04 |
| HSL | 290.91º | 0.9% | 0.64% | - |
| HSV(B) | 290.91º | 0.67% | 0.96% | - |
| XYZ | 49.4 | 27.91 | 89.97 | - |
| YUV | 141.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 246 | 0.10 | 0.67 | 0 | 0.04 | 290.91 | 0.9 | 0.64 |
| Hex | DD | 51 | F6 | A | 43 | 0 | 4 | 123 | 5A | 40 |
| Octal | 335 | 121 | 366 | 12 | 103 | 0 | 4 | 443 | 132 | 100 |
| Binary | 11011101 | 1010001 | 11110110 | 1010 | 1000011 | 0 | 100 | 100100011 | 1011010 | 1000000 |
Color Harmonies of #DD51F6
Complementary color
Monochromatic Colors of #DD51F6
Black with #DD51F6
Text Example
Text Example
White with #DD51F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51F6; }
p { color: rgb(221,81,246); }
H1.HeaderClassName
{
color: #DD51F6;
}
.AnyTagClassName
{
color: #DD51F6;
}
</style>
background-color css
<style>
a { background-color: #DD51F6; }
a { background-color: rgb(221,81,246); }
div.DivClassName
{
background-color: #DD51F6;
}
.BgClassName
{
background-color: #DD51F6;
}
</style>
border-color css
<style>
span { border-color: #DD51F6; }
span { border-color: rgb(221,81,246); }
td.TdClassName
{
border-color: #DD51F6;
}
.TagClassName
{
border-color: #DD51F6;
}
</style>