Shades of Heliotrope #DD8DF8
Tints of Heliotrope #DD8DF8
RGB
CMYK
RGB Variations
Color information
#DD8DF8 (or 0xDD8DF8) is known color: Heliotrope. HEX triplet: DD, 8D and F8. RGB value is (221,141,248). Sum of RGB (Red+Green+Blue) = 221+141+248=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD8DF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DF8 is #227207. Grayscale: #B0B0B0. Windows color (decimal): -2257416 or 16289245. OLE color: 16289245.
HSL color Cylindrical-coordinate representation of color #DD8DF8: hue angle of 284.86º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8DF8 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 141 | 248 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.03 |
| HSL | 284.86º | 0.88% | 0.76% | - |
| HSV(B) | 284.86º | 0.43% | 0.97% | - |
| XYZ | 56.29 | 41.2 | 93.79 | - |
| YUV | 177.12 | 168 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 248 | 0.11 | 0.43 | 0 | 0.03 | 284.86 | 0.88 | 0.76 |
| Hex | DD | 8D | F8 | B | 2B | 0 | 3 | 11D | 58 | 4C |
| Octal | 335 | 215 | 370 | 13 | 53 | 0 | 3 | 435 | 130 | 114 |
| Binary | 11011101 | 10001101 | 11111000 | 1011 | 101011 | 0 | 11 | 100011101 | 1011000 | 1001100 |
Color Harmonies of #DD8DF8
Complementary color
Monochromatic Colors of #DD8DF8
Black with #DD8DF8
Text Example
Text Example
White with #DD8DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DF8; }
p { color: rgb(221,141,248); }
H1.HeaderClassName
{
color: #DD8DF8;
}
.AnyTagClassName
{
color: #DD8DF8;
}
</style>
background-color css
<style>
a { background-color: #DD8DF8; }
a { background-color: rgb(221,141,248); }
div.DivClassName
{
background-color: #DD8DF8;
}
.BgClassName
{
background-color: #DD8DF8;
}
</style>
border-color css
<style>
span { border-color: #DD8DF8; }
span { border-color: rgb(221,141,248); }
td.TdClassName
{
border-color: #DD8DF8;
}
.TagClassName
{
border-color: #DD8DF8;
}
</style>