Shades of Heliotrope #DD7EFB
Tints of Heliotrope #DD7EFB
RGB
CMYK
RGB Variations
Color information
#DD7EFB (or 0xDD7EFB) is known color: Heliotrope. HEX triplet: DD, 7E and FB. RGB value is (221,126,251). Sum of RGB (Red+Green+Blue) = 221+126+251=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 126 (49.61% from 255 or 21.07% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7EFB is #228104. Grayscale: #A8A8A8. Windows color (decimal): -2261253 or 16482013. OLE color: 16482013.
HSL color Cylindrical-coordinate representation of color #DD7EFB: hue angle of 285.6º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7EFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 126 | 251 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.02 |
| HSL | 285.6º | 0.94% | 0.74% | - |
| HSV(B) | 285.6º | 0.5% | 0.98% | - |
| XYZ | 54.69 | 37.26 | 95.58 | - |
| YUV | 168.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 126 | 251 | 0.12 | 0.50 | 0 | 0.02 | 285.6 | 0.94 | 0.74 |
| Hex | DD | 7E | FB | C | 32 | 0 | 2 | 11E | 5E | 4A |
| Octal | 335 | 176 | 373 | 14 | 62 | 0 | 2 | 436 | 136 | 112 |
| Binary | 11011101 | 1111110 | 11111011 | 1100 | 110010 | 0 | 10 | 100011110 | 1011110 | 1001010 |
Color Harmonies of #DD7EFB
Complementary color
Monochromatic Colors of #DD7EFB
Black with #DD7EFB
Text Example
Text Example
White with #DD7EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7EFB; }
p { color: rgb(221,126,251); }
H1.HeaderClassName
{
color: #DD7EFB;
}
.AnyTagClassName
{
color: #DD7EFB;
}
</style>
background-color css
<style>
a { background-color: #DD7EFB; }
a { background-color: rgb(221,126,251); }
div.DivClassName
{
background-color: #DD7EFB;
}
.BgClassName
{
background-color: #DD7EFB;
}
</style>
border-color css
<style>
span { border-color: #DD7EFB; }
span { border-color: rgb(221,126,251); }
td.TdClassName
{
border-color: #DD7EFB;
}
.TagClassName
{
border-color: #DD7EFB;
}
</style>