Shades of Heliotrope #DD51F5
Tints of Heliotrope #DD51F5
RGB
CMYK
RGB Variations
Color information
#DD51F5 (or 0xDD51F5) is known color: Heliotrope. HEX triplet: DD, 51 and F5. RGB value is (221,81,245). Sum of RGB (Red+Green+Blue) = 221+81+245=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 81 (32.03% from 255 or 14.81% from 547); Blue value is 245 (96.09% from 255 or 44.79% from 547); Max value from RGB is 245 - color contains mainly: blue. Hex color #DD51F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51F5 is #22AE0A. Grayscale: #8D8D8D. Windows color (decimal): -2272779 or 16077277. OLE color: 16077277.
HSL color Cylindrical-coordinate representation of color #DD51F5: hue angle of 291.22º degrees, saturation: 0.89, 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 #DD51F5 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 81 | 245 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.04 |
| HSL | 291.22º | 0.89% | 0.64% | - |
| HSV(B) | 291.22º | 0.67% | 0.96% | - |
| XYZ | 49.24 | 27.85 | 89.17 | - |
| YUV | 141.56 | 186.38 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 245 | 0.10 | 0.67 | 0 | 0.04 | 291.22 | 0.89 | 0.64 |
| Hex | DD | 51 | F5 | A | 43 | 0 | 4 | 123 | 59 | 40 |
| Octal | 335 | 121 | 365 | 12 | 103 | 0 | 4 | 443 | 131 | 100 |
| Binary | 11011101 | 1010001 | 11110101 | 1010 | 1000011 | 0 | 100 | 100100011 | 1011001 | 1000000 |
Color Harmonies of #DD51F5
Complementary color
Monochromatic Colors of #DD51F5
Black with #DD51F5
Text Example
Text Example
White with #DD51F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51F5; }
p { color: rgb(221,81,245); }
H1.HeaderClassName
{
color: #DD51F5;
}
.AnyTagClassName
{
color: #DD51F5;
}
</style>
background-color css
<style>
a { background-color: #DD51F5; }
a { background-color: rgb(221,81,245); }
div.DivClassName
{
background-color: #DD51F5;
}
.BgClassName
{
background-color: #DD51F5;
}
</style>
border-color css
<style>
span { border-color: #DD51F5; }
span { border-color: rgb(221,81,245); }
td.TdClassName
{
border-color: #DD51F5;
}
.TagClassName
{
border-color: #DD51F5;
}
</style>