Shades of Heliotrope #DD88FE
Tints of Heliotrope #DD88FE
RGB
CMYK
RGB Variations
Color information
#DD88FE (or 0xDD88FE) is known color: Heliotrope. HEX triplet: DD, 88 and FE. RGB value is (221,136,254). Sum of RGB (Red+Green+Blue) = 221+136+254=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 136 (53.52% from 255 or 22.26% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD88FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD88FE is #227701. Grayscale: #AEAEAE. Windows color (decimal): -2258690 or 16681181. OLE color: 16681181.
HSL color Cylindrical-coordinate representation of color #DD88FE: hue angle of 283.22º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD88FE is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 136 | 254 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.00 |
| HSL | 283.22º | 0.98% | 0.76% | - |
| HSV(B) | 283.22º | 0.46% | 1% | - |
| XYZ | 56.51 | 40.14 | 98.53 | - |
| YUV | 174.87 | 172.66 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 254 | 0.13 | 0.46 | 0 | 0.00 | 283.22 | 0.98 | 0.76 |
| Hex | DD | 88 | FE | D | 2E | 0 | 0 | 11B | 62 | 4C |
| Octal | 335 | 210 | 376 | 15 | 56 | 0 | 0 | 433 | 142 | 114 |
| Binary | 11011101 | 10001000 | 11111110 | 1101 | 101110 | 0 | 0 | 100011011 | 1100010 | 1001100 |
Color Harmonies of #DD88FE
Complementary color
Monochromatic Colors of #DD88FE
Black with #DD88FE
Text Example
Text Example
White with #DD88FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88FE; }
p { color: rgb(221,136,254); }
H1.HeaderClassName
{
color: #DD88FE;
}
.AnyTagClassName
{
color: #DD88FE;
}
</style>
background-color css
<style>
a { background-color: #DD88FE; }
a { background-color: rgb(221,136,254); }
div.DivClassName
{
background-color: #DD88FE;
}
.BgClassName
{
background-color: #DD88FE;
}
</style>
border-color css
<style>
span { border-color: #DD88FE; }
span { border-color: rgb(221,136,254); }
td.TdClassName
{
border-color: #DD88FE;
}
.TagClassName
{
border-color: #DD88FE;
}
</style>