Shades of Heliotrope #DD87FF
Tints of Heliotrope #DD87FF
RGB
CMYK
RGB Variations
Color information
#DD87FF (or 0xDD87FF) is known color: Heliotrope. HEX triplet: DD, 87 and FF. RGB value is (221,135,255). Sum of RGB (Red+Green+Blue) = 221+135+255=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 135 (53.12% from 255 or 22.09% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD87FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD87FF is #227800. Grayscale: #AEAEAE. Windows color (decimal): -2258945 or 16746461. OLE color: 16746461.
HSL color Cylindrical-coordinate representation of color #DD87FF: hue angle of 283º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD87FF is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 135 | 255 | - |
| CMYK | 0.13 | 0.47 | 0 | 0 |
| HSL | 283º | 1% | 0.76% | - |
| HSV(B) | 283º | 0.47% | 1% | - |
| XYZ | 56.53 | 39.92 | 99.33 | - |
| YUV | 174.39 | 173.49 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 255 | 0.13 | 0.47 | 0 | 0 | 283 | 1 | 0.76 |
| Hex | DD | 87 | FF | D | 2F | 0 | 0 | 11B | 64 | 4C |
| Octal | 335 | 207 | 377 | 15 | 57 | 0 | 0 | 433 | 144 | 114 |
| Binary | 11011101 | 10000111 | 11111111 | 1101 | 101111 | 0 | 0 | 100011011 | 1100100 | 1001100 |
Color Harmonies of #DD87FF
Complementary color
Monochromatic Colors of #DD87FF
Black with #DD87FF
Text Example
Text Example
White with #DD87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD87FF; }
p { color: rgb(221,135,255); }
H1.HeaderClassName
{
color: #DD87FF;
}
.AnyTagClassName
{
color: #DD87FF;
}
</style>
background-color css
<style>
a { background-color: #DD87FF; }
a { background-color: rgb(221,135,255); }
div.DivClassName
{
background-color: #DD87FF;
}
.BgClassName
{
background-color: #DD87FF;
}
</style>
border-color css
<style>
span { border-color: #DD87FF; }
span { border-color: rgb(221,135,255); }
td.TdClassName
{
border-color: #DD87FF;
}
.TagClassName
{
border-color: #DD87FF;
}
</style>