Shades of Heliotrope #DD8EFB
Tints of Heliotrope #DD8EFB
RGB
CMYK
RGB Variations
Color information
#DD8EFB (or 0xDD8EFB) is known color: Heliotrope. HEX triplet: DD, 8E and FB. RGB value is (221,142,251). Sum of RGB (Red+Green+Blue) = 221+142+251=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 142 (55.86% from 255 or 23.13% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD8EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8EFB is #227104. Grayscale: #B1B1B1. Windows color (decimal): -2257157 or 16486109. OLE color: 16486109.
HSL color Cylindrical-coordinate representation of color #DD8EFB: hue angle of 283.49º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD8EFB is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 142 | 251 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.02 |
| HSL | 283.49º | 0.93% | 0.77% | - |
| HSV(B) | 283.49º | 0.43% | 0.98% | - |
| XYZ | 56.9 | 41.68 | 96.31 | - |
| YUV | 178.05 | 169.17 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 142 | 251 | 0.12 | 0.43 | 0 | 0.02 | 283.49 | 0.93 | 0.77 |
| Hex | DD | 8E | FB | C | 2B | 0 | 2 | 11B | 5D | 4D |
| Octal | 335 | 216 | 373 | 14 | 53 | 0 | 2 | 433 | 135 | 115 |
| Binary | 11011101 | 10001110 | 11111011 | 1100 | 101011 | 0 | 10 | 100011011 | 1011101 | 1001101 |
Color Harmonies of #DD8EFB
Complementary color
Monochromatic Colors of #DD8EFB
Black with #DD8EFB
Text Example
Text Example
White with #DD8EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8EFB; }
p { color: rgb(221,142,251); }
H1.HeaderClassName
{
color: #DD8EFB;
}
.AnyTagClassName
{
color: #DD8EFB;
}
</style>
background-color css
<style>
a { background-color: #DD8EFB; }
a { background-color: rgb(221,142,251); }
div.DivClassName
{
background-color: #DD8EFB;
}
.BgClassName
{
background-color: #DD8EFB;
}
</style>
border-color css
<style>
span { border-color: #DD8EFB; }
span { border-color: rgb(221,142,251); }
td.TdClassName
{
border-color: #DD8EFB;
}
.TagClassName
{
border-color: #DD8EFB;
}
</style>