Shades of Heliotrope #DD78ED
Tints of Heliotrope #DD78ED
RGB
CMYK
RGB Variations
Color information
#DD78ED (or 0xDD78ED) is known color: Heliotrope. HEX triplet: DD, 78 and ED. RGB value is (221,120,237). Sum of RGB (Red+Green+Blue) = 221+120+237=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #DD78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78ED is #228712. Grayscale: #A3A3A3. Windows color (decimal): -2262803 or 15562973. OLE color: 15562973.
HSL color Cylindrical-coordinate representation of color #DD78ED: hue angle of 291.79º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DD78ED is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 120 | 237 | - |
| CMYK | 0.07 | 0.49 | 0 | 0.07 |
| HSL | 291.79º | 0.76% | 0.7% | - |
| HSV(B) | 291.79º | 0.49% | 0.93% | - |
| XYZ | 51.82 | 34.92 | 84.13 | - |
| YUV | 163.54 | 169.46 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 237 | 0.07 | 0.49 | 0 | 0.07 | 291.79 | 0.76 | 0.7 |
| Hex | DD | 78 | ED | 7 | 31 | 0 | 7 | 124 | 4C | 46 |
| Octal | 335 | 170 | 355 | 7 | 61 | 0 | 7 | 444 | 114 | 106 |
| Binary | 11011101 | 1111000 | 11101101 | 111 | 110001 | 0 | 111 | 100100100 | 1001100 | 1000110 |
Color Harmonies of #DD78ED
Complementary color
Monochromatic Colors of #DD78ED
Black with #DD78ED
Text Example
Text Example
White with #DD78ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78ED; }
p { color: rgb(221,120,237); }
H1.HeaderClassName
{
color: #DD78ED;
}
.AnyTagClassName
{
color: #DD78ED;
}
</style>
background-color css
<style>
a { background-color: #DD78ED; }
a { background-color: rgb(221,120,237); }
div.DivClassName
{
background-color: #DD78ED;
}
.BgClassName
{
background-color: #DD78ED;
}
</style>
border-color css
<style>
span { border-color: #DD78ED; }
span { border-color: rgb(221,120,237); }
td.TdClassName
{
border-color: #DD78ED;
}
.TagClassName
{
border-color: #DD78ED;
}
</style>