Shades of Heliotrope #DD7EFF
Tints of Heliotrope #DD7EFF
RGB
CMYK
RGB Variations
Color information
#DD7EFF (or 0xDD7EFF) is known color: Heliotrope. HEX triplet: DD, 7E and FF. RGB value is (221,126,255). Sum of RGB (Red+Green+Blue) = 221+126+255=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 126 (49.61% from 255 or 20.93% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EFF is #228100. Grayscale: #A8A8A8. Windows color (decimal): -2261249 or 16744157. OLE color: 16744157.
HSL color Cylindrical-coordinate representation of color #DD7EFF: hue angle of 284.19º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7EFF is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 126 | 255 | - |
| CMYK | 0.13 | 0.51 | 0 | 0 |
| HSL | 284.19º | 1% | 0.75% | - |
| HSV(B) | 284.19º | 0.51% | 1% | - |
| XYZ | 55.33 | 37.51 | 98.93 | - |
| YUV | 169.11 | 176.47 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 255 | 0.13 | 0.51 | 0 | 0 | 284.19 | 1 | 0.75 |
| Hex | DD | 7E | FF | D | 33 | 0 | 0 | 11C | 64 | 4B |
| Octal | 335 | 176 | 377 | 15 | 63 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011101 | 1111110 | 11111111 | 1101 | 110011 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DD7EFF
Complementary color
Monochromatic Colors of #DD7EFF
Black with #DD7EFF
Text Example
Text Example
White with #DD7EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EFF; }
p { color: rgb(221,126,255); }
H1.HeaderClassName
{
color: #DD7EFF;
}
.AnyTagClassName
{
color: #DD7EFF;
}
</style>
background-color css
<style>
a { background-color: #DD7EFF; }
a { background-color: rgb(221,126,255); }
div.DivClassName
{
background-color: #DD7EFF;
}
.BgClassName
{
background-color: #DD7EFF;
}
</style>
border-color css
<style>
span { border-color: #DD7EFF; }
span { border-color: rgb(221,126,255); }
td.TdClassName
{
border-color: #DD7EFF;
}
.TagClassName
{
border-color: #DD7EFF;
}
</style>