Shades of Heliotrope #DD51FF
Tints of Heliotrope #DD51FF
RGB
CMYK
RGB Variations
Color information
#DD51FF (or 0xDD51FF) is known color: Heliotrope. HEX triplet: DD, 51 and FF. RGB value is (221,81,255). Sum of RGB (Red+Green+Blue) = 221+81+255=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 81 (32.03% from 255 or 14.54% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD51FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD51FF is #22AE00. Grayscale: #8E8E8E. Windows color (decimal): -2272769 or 16732637. OLE color: 16732637.
HSL color Cylindrical-coordinate representation of color #DD51FF: hue angle of 288.28º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD51FF is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 81 | 255 | - |
| CMYK | 0.13 | 0.68 | 0 | 0 |
| HSL | 288.28º | 1% | 0.66% | - |
| HSV(B) | 288.28º | 0.68% | 1% | - |
| XYZ | 50.81 | 28.48 | 97.43 | - |
| YUV | 142.7 | 191.38 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 81 | 255 | 0.13 | 0.68 | 0 | 0 | 288.28 | 1 | 0.66 |
| Hex | DD | 51 | FF | D | 44 | 0 | 0 | 120 | 64 | 42 |
| Octal | 335 | 121 | 377 | 15 | 104 | 0 | 0 | 440 | 144 | 102 |
| Binary | 11011101 | 1010001 | 11111111 | 1101 | 1000100 | 0 | 0 | 100100000 | 1100100 | 1000010 |
Color Harmonies of #DD51FF
Complementary color
Monochromatic Colors of #DD51FF
Black with #DD51FF
Text Example
Text Example
White with #DD51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD51FF; }
p { color: rgb(221,81,255); }
H1.HeaderClassName
{
color: #DD51FF;
}
.AnyTagClassName
{
color: #DD51FF;
}
</style>
background-color css
<style>
a { background-color: #DD51FF; }
a { background-color: rgb(221,81,255); }
div.DivClassName
{
background-color: #DD51FF;
}
.BgClassName
{
background-color: #DD51FF;
}
</style>
border-color css
<style>
span { border-color: #DD51FF; }
span { border-color: rgb(221,81,255); }
td.TdClassName
{
border-color: #DD51FF;
}
.TagClassName
{
border-color: #DD51FF;
}
</style>