Shades of Heliotrope #DD8AFF
Tints of Heliotrope #DD8AFF
RGB
CMYK
RGB Variations
Color information
#DD8AFF (or 0xDD8AFF) is known color: Heliotrope. HEX triplet: DD, 8A and FF. RGB value is (221,138,255). Sum of RGB (Red+Green+Blue) = 221+138+255=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 138 (54.30% from 255 or 22.48% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD8AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8AFF is #227500. Grayscale: #AFAFAF. Windows color (decimal): -2258177 or 16747229. OLE color: 16747229.
HSL color Cylindrical-coordinate representation of color #DD8AFF: hue angle of 282.56º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8AFF is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 138 | 255 | - |
| CMYK | 0.13 | 0.46 | 0 | 0 |
| HSL | 282.56º | 1% | 0.77% | - |
| HSV(B) | 282.56º | 0.46% | 1% | - |
| XYZ | 56.96 | 40.77 | 99.47 | - |
| YUV | 176.16 | 172.5 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 255 | 0.13 | 0.46 | 0 | 0 | 282.56 | 1 | 0.77 |
| Hex | DD | 8A | FF | D | 2E | 0 | 0 | 11B | 64 | 4D |
| Octal | 335 | 212 | 377 | 15 | 56 | 0 | 0 | 433 | 144 | 115 |
| Binary | 11011101 | 10001010 | 11111111 | 1101 | 101110 | 0 | 0 | 100011011 | 1100100 | 1001101 |
Color Harmonies of #DD8AFF
Complementary color
Monochromatic Colors of #DD8AFF
Black with #DD8AFF
Text Example
Text Example
White with #DD8AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8AFF; }
p { color: rgb(221,138,255); }
H1.HeaderClassName
{
color: #DD8AFF;
}
.AnyTagClassName
{
color: #DD8AFF;
}
</style>
background-color css
<style>
a { background-color: #DD8AFF; }
a { background-color: rgb(221,138,255); }
div.DivClassName
{
background-color: #DD8AFF;
}
.BgClassName
{
background-color: #DD8AFF;
}
</style>
border-color css
<style>
span { border-color: #DD8AFF; }
span { border-color: rgb(221,138,255); }
td.TdClassName
{
border-color: #DD8AFF;
}
.TagClassName
{
border-color: #DD8AFF;
}
</style>