Shades of Heliotrope #DD80FF
Tints of Heliotrope #DD80FF
RGB
CMYK
RGB Variations
Color information
#DD80FF (or 0xDD80FF) is known color: Heliotrope. HEX triplet: DD, 80 and FF. RGB value is (221,128,255). Sum of RGB (Red+Green+Blue) = 221+128+255=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 128 (50.39% from 255 or 21.19% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD80FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD80FF is #227F00. Grayscale: #A9A9A9. Windows color (decimal): -2260737 or 16744669. OLE color: 16744669.
HSL color Cylindrical-coordinate representation of color #DD80FF: hue angle of 283.94º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD80FF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 128 | 255 | - |
| CMYK | 0.13 | 0.50 | 0 | 0 |
| HSL | 283.94º | 1% | 0.75% | - |
| HSV(B) | 283.94º | 0.5% | 1% | - |
| XYZ | 55.59 | 38.03 | 99.02 | - |
| YUV | 170.29 | 175.81 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 255 | 0.13 | 0.50 | 0 | 0 | 283.94 | 1 | 0.75 |
| Hex | DD | 80 | FF | D | 32 | 0 | 0 | 11C | 64 | 4B |
| Octal | 335 | 200 | 377 | 15 | 62 | 0 | 0 | 434 | 144 | 113 |
| Binary | 11011101 | 10000000 | 11111111 | 1101 | 110010 | 0 | 0 | 100011100 | 1100100 | 1001011 |
Color Harmonies of #DD80FF
Complementary color
Monochromatic Colors of #DD80FF
Black with #DD80FF
Text Example
Text Example
White with #DD80FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD80FF; }
p { color: rgb(221,128,255); }
H1.HeaderClassName
{
color: #DD80FF;
}
.AnyTagClassName
{
color: #DD80FF;
}
</style>
background-color css
<style>
a { background-color: #DD80FF; }
a { background-color: rgb(221,128,255); }
div.DivClassName
{
background-color: #DD80FF;
}
.BgClassName
{
background-color: #DD80FF;
}
</style>
border-color css
<style>
span { border-color: #DD80FF; }
span { border-color: rgb(221,128,255); }
td.TdClassName
{
border-color: #DD80FF;
}
.TagClassName
{
border-color: #DD80FF;
}
</style>