Shades of Heliotrope #DD78EE
Tints of Heliotrope #DD78EE
RGB
CMYK
RGB Variations
Color information
#DD78EE (or 0xDD78EE) is known color: Heliotrope. HEX triplet: DD, 78 and EE. RGB value is (221,120,238). Sum of RGB (Red+Green+Blue) = 221+120+238=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78EE is #228711. Grayscale: #A3A3A3. Windows color (decimal): -2262802 or 15628509. OLE color: 15628509.
HSL color Cylindrical-coordinate representation of color #DD78EE: hue angle of 291.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD78EE is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 120 | 238 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.07 |
| HSL | 291.36º | 0.78% | 0.7% | - |
| HSV(B) | 291.36º | 0.5% | 0.93% | - |
| XYZ | 51.97 | 34.98 | 84.9 | - |
| YUV | 163.65 | 169.96 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 238 | 0.07 | 0.50 | 0 | 0.07 | 291.36 | 0.78 | 0.7 |
| Hex | DD | 78 | EE | 7 | 32 | 0 | 7 | 123 | 4E | 46 |
| Octal | 335 | 170 | 356 | 7 | 62 | 0 | 7 | 443 | 116 | 106 |
| Binary | 11011101 | 1111000 | 11101110 | 111 | 110010 | 0 | 111 | 100100011 | 1001110 | 1000110 |
Color Harmonies of #DD78EE
Complementary color
Monochromatic Colors of #DD78EE
Black with #DD78EE
Text Example
Text Example
White with #DD78EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78EE; }
p { color: rgb(221,120,238); }
H1.HeaderClassName
{
color: #DD78EE;
}
.AnyTagClassName
{
color: #DD78EE;
}
</style>
background-color css
<style>
a { background-color: #DD78EE; }
a { background-color: rgb(221,120,238); }
div.DivClassName
{
background-color: #DD78EE;
}
.BgClassName
{
background-color: #DD78EE;
}
</style>
border-color css
<style>
span { border-color: #DD78EE; }
span { border-color: rgb(221,120,238); }
td.TdClassName
{
border-color: #DD78EE;
}
.TagClassName
{
border-color: #DD78EE;
}
</style>