Shades of Heliotrope #DD76FF
Tints of Heliotrope #DD76FF
RGB
CMYK
RGB Variations
Color information
#DD76FF (or 0xDD76FF) is known color: Heliotrope. HEX triplet: DD, 76 and FF. RGB value is (221,118,255). Sum of RGB (Red+Green+Blue) = 221+118+255=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 118 (46.48% from 255 or 19.87% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD76FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76FF is #228900. Grayscale: #A3A3A3. Windows color (decimal): -2263297 or 16742109. OLE color: 16742109.
HSL color Cylindrical-coordinate representation of color #DD76FF: hue angle of 285.11º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD76FF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 118 | 255 | - |
| CMYK | 0.13 | 0.54 | 0 | 0 |
| HSL | 285.11º | 1% | 0.73% | - |
| HSV(B) | 285.11º | 0.54% | 1% | - |
| XYZ | 54.35 | 35.55 | 98.6 | - |
| YUV | 164.42 | 179.12 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 255 | 0.13 | 0.54 | 0 | 0 | 285.11 | 1 | 0.73 |
| Hex | DD | 76 | FF | D | 36 | 0 | 0 | 11D | 64 | 49 |
| Octal | 335 | 166 | 377 | 15 | 66 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011101 | 1110110 | 11111111 | 1101 | 110110 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DD76FF
Complementary color
Monochromatic Colors of #DD76FF
Black with #DD76FF
Text Example
Text Example
White with #DD76FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76FF; }
p { color: rgb(221,118,255); }
H1.HeaderClassName
{
color: #DD76FF;
}
.AnyTagClassName
{
color: #DD76FF;
}
</style>
background-color css
<style>
a { background-color: #DD76FF; }
a { background-color: rgb(221,118,255); }
div.DivClassName
{
background-color: #DD76FF;
}
.BgClassName
{
background-color: #DD76FF;
}
</style>
border-color css
<style>
span { border-color: #DD76FF; }
span { border-color: rgb(221,118,255); }
td.TdClassName
{
border-color: #DD76FF;
}
.TagClassName
{
border-color: #DD76FF;
}
</style>