Shades of Heliotrope #DD78FF
Tints of Heliotrope #DD78FF
RGB
CMYK
RGB Variations
Color information
#DD78FF (or 0xDD78FF) is known color: Heliotrope. HEX triplet: DD, 78 and FF. RGB value is (221,120,255). Sum of RGB (Red+Green+Blue) = 221+120+255=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 120 (47.27% from 255 or 20.13% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD78FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78FF is #228700. Grayscale: #A5A5A5. Windows color (decimal): -2262785 or 16742621. OLE color: 16742621.
HSL color Cylindrical-coordinate representation of color #DD78FF: hue angle of 284.89º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD78FF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 120 | 255 | - |
| CMYK | 0.13 | 0.53 | 0 | 0 |
| HSL | 284.89º | 1% | 0.74% | - |
| HSV(B) | 284.89º | 0.53% | 1% | - |
| XYZ | 54.59 | 36.03 | 98.68 | - |
| YUV | 165.59 | 178.46 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 255 | 0.13 | 0.53 | 0 | 0 | 284.89 | 1 | 0.74 |
| Hex | DD | 78 | FF | D | 35 | 0 | 0 | 11D | 64 | 4A |
| Octal | 335 | 170 | 377 | 15 | 65 | 0 | 0 | 435 | 144 | 112 |
| Binary | 11011101 | 1111000 | 11111111 | 1101 | 110101 | 0 | 0 | 100011101 | 1100100 | 1001010 |
Color Harmonies of #DD78FF
Complementary color
Monochromatic Colors of #DD78FF
Black with #DD78FF
Text Example
Text Example
White with #DD78FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78FF; }
p { color: rgb(221,120,255); }
H1.HeaderClassName
{
color: #DD78FF;
}
.AnyTagClassName
{
color: #DD78FF;
}
</style>
background-color css
<style>
a { background-color: #DD78FF; }
a { background-color: rgb(221,120,255); }
div.DivClassName
{
background-color: #DD78FF;
}
.BgClassName
{
background-color: #DD78FF;
}
</style>
border-color css
<style>
span { border-color: #DD78FF; }
span { border-color: rgb(221,120,255); }
td.TdClassName
{
border-color: #DD78FF;
}
.TagClassName
{
border-color: #DD78FF;
}
</style>