Shades of Heliotrope #DD8DFB
Tints of Heliotrope #DD8DFB
RGB
CMYK
RGB Variations
Color information
#DD8DFB (or 0xDD8DFB) is known color: Heliotrope. HEX triplet: DD, 8D and FB. RGB value is (221,141,251). Sum of RGB (Red+Green+Blue) = 221+141+251=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 141 (55.47% from 255 or 23.00% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD8DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8DFB is #227204. Grayscale: #B1B1B1. Windows color (decimal): -2257413 or 16485853. OLE color: 16485853.
HSL color Cylindrical-coordinate representation of color #DD8DFB: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8DFB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 141 | 251 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.02 |
| HSL | 283.64º | 0.93% | 0.77% | - |
| HSV(B) | 283.64º | 0.44% | 0.98% | - |
| XYZ | 56.76 | 41.39 | 96.26 | - |
| YUV | 177.46 | 169.5 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 251 | 0.12 | 0.44 | 0 | 0.02 | 283.64 | 0.93 | 0.77 |
| Hex | DD | 8D | FB | C | 2C | 0 | 2 | 11C | 5D | 4D |
| Octal | 335 | 215 | 373 | 14 | 54 | 0 | 2 | 434 | 135 | 115 |
| Binary | 11011101 | 10001101 | 11111011 | 1100 | 101100 | 0 | 10 | 100011100 | 1011101 | 1001101 |
Color Harmonies of #DD8DFB
Complementary color
Monochromatic Colors of #DD8DFB
Black with #DD8DFB
Text Example
Text Example
White with #DD8DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DFB; }
p { color: rgb(221,141,251); }
H1.HeaderClassName
{
color: #DD8DFB;
}
.AnyTagClassName
{
color: #DD8DFB;
}
</style>
background-color css
<style>
a { background-color: #DD8DFB; }
a { background-color: rgb(221,141,251); }
div.DivClassName
{
background-color: #DD8DFB;
}
.BgClassName
{
background-color: #DD8DFB;
}
</style>
border-color css
<style>
span { border-color: #DD8DFB; }
span { border-color: rgb(221,141,251); }
td.TdClassName
{
border-color: #DD8DFB;
}
.TagClassName
{
border-color: #DD8DFB;
}
</style>