Shades of Heliotrope #DD7BEF
Tints of Heliotrope #DD7BEF
RGB
CMYK
RGB Variations
Color information
#DD7BEF (or 0xDD7BEF) is known color: Heliotrope. HEX triplet: DD, 7B and EF. RGB value is (221,123,239). Sum of RGB (Red+Green+Blue) = 221+123+239=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD7BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7BEF is #228410. Grayscale: #A5A5A5. Windows color (decimal): -2262033 or 15694813. OLE color: 15694813.
HSL color Cylindrical-coordinate representation of color #DD7BEF: hue angle of 290.69º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD7BEF is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 123 | 239 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.06 |
| HSL | 290.69º | 0.78% | 0.71% | - |
| HSV(B) | 290.69º | 0.49% | 0.94% | - |
| XYZ | 52.48 | 35.77 | 85.8 | - |
| YUV | 165.53 | 169.47 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 123 | 239 | 0.08 | 0.49 | 0 | 0.06 | 290.69 | 0.78 | 0.71 |
| Hex | DD | 7B | EF | 8 | 31 | 0 | 6 | 123 | 4E | 47 |
| Octal | 335 | 173 | 357 | 10 | 61 | 0 | 6 | 443 | 116 | 107 |
| Binary | 11011101 | 1111011 | 11101111 | 1000 | 110001 | 0 | 110 | 100100011 | 1001110 | 1000111 |
Color Harmonies of #DD7BEF
Complementary color
Monochromatic Colors of #DD7BEF
Black with #DD7BEF
Text Example
Text Example
White with #DD7BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7BEF; }
p { color: rgb(221,123,239); }
H1.HeaderClassName
{
color: #DD7BEF;
}
.AnyTagClassName
{
color: #DD7BEF;
}
</style>
background-color css
<style>
a { background-color: #DD7BEF; }
a { background-color: rgb(221,123,239); }
div.DivClassName
{
background-color: #DD7BEF;
}
.BgClassName
{
background-color: #DD7BEF;
}
</style>
border-color css
<style>
span { border-color: #DD7BEF; }
span { border-color: rgb(221,123,239); }
td.TdClassName
{
border-color: #DD7BEF;
}
.TagClassName
{
border-color: #DD7BEF;
}
</style>