Shades of Heliotrope #DD51F7
Tints of Heliotrope #DD51F7
RGB
CMYK
RGB Variations
Color information
#DD51F7 (or 0xDD51F7) is known color: Heliotrope. HEX triplet: DD, 51 and F7. RGB value is (221,81,247). Sum of RGB (Red+Green+Blue) = 221+81+247=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 81 (32.03% from 255 or 14.75% from 549); Blue value is 247 (96.88% from 255 or 44.99% from 549); Max value from RGB is 247 - color contains mainly: blue. Hex color #DD51F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51F7 is #22AE08. Grayscale: #8D8D8D. Windows color (decimal): -2272777 or 16208349. OLE color: 16208349.
HSL color Cylindrical-coordinate representation of color #DD51F7: hue angle of 290.6º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DD51F7 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 81 | 247 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.03 |
| HSL | 290.6º | 0.91% | 0.64% | - |
| HSV(B) | 290.6º | 0.67% | 0.97% | - |
| XYZ | 49.55 | 27.97 | 90.78 | - |
| YUV | 141.78 | 187.38 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 247 | 0.11 | 0.67 | 0 | 0.03 | 290.6 | 0.91 | 0.64 |
| Hex | DD | 51 | F7 | B | 43 | 0 | 3 | 123 | 5B | 40 |
| Octal | 335 | 121 | 367 | 13 | 103 | 0 | 3 | 443 | 133 | 100 |
| Binary | 11011101 | 1010001 | 11110111 | 1011 | 1000011 | 0 | 11 | 100100011 | 1011011 | 1000000 |
Color Harmonies of #DD51F7
Complementary color
Monochromatic Colors of #DD51F7
Black with #DD51F7
Text Example
Text Example
White with #DD51F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51F7; }
p { color: rgb(221,81,247); }
H1.HeaderClassName
{
color: #DD51F7;
}
.AnyTagClassName
{
color: #DD51F7;
}
</style>
background-color css
<style>
a { background-color: #DD51F7; }
a { background-color: rgb(221,81,247); }
div.DivClassName
{
background-color: #DD51F7;
}
.BgClassName
{
background-color: #DD51F7;
}
</style>
border-color css
<style>
span { border-color: #DD51F7; }
span { border-color: rgb(221,81,247); }
td.TdClassName
{
border-color: #DD51F7;
}
.TagClassName
{
border-color: #DD51F7;
}
</style>