Shades of Heliotrope #DD78F2
Tints of Heliotrope #DD78F2
RGB
CMYK
RGB Variations
Color information
#DD78F2 (or 0xDD78F2) is known color: Heliotrope. HEX triplet: DD, 78 and F2. RGB value is (221,120,242). Sum of RGB (Red+Green+Blue) = 221+120+242=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 120 (47.27% from 255 or 20.58% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 242 - color contains mainly: blue. Hex color #DD78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD78F2 is #22870D. Grayscale: #A3A3A3. Windows color (decimal): -2262798 or 15890653. OLE color: 15890653.
HSL color Cylindrical-coordinate representation of color #DD78F2: hue angle of 289.67º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD78F2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 120 | 242 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.05 |
| HSL | 289.67º | 0.82% | 0.71% | - |
| HSV(B) | 289.67º | 0.5% | 0.95% | - |
| XYZ | 52.56 | 35.22 | 88.03 | - |
| YUV | 164.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 120 | 242 | 0.09 | 0.50 | 0 | 0.05 | 289.67 | 0.82 | 0.71 |
| Hex | DD | 78 | F2 | 9 | 32 | 0 | 5 | 122 | 52 | 47 |
| Octal | 335 | 170 | 362 | 11 | 62 | 0 | 5 | 442 | 122 | 107 |
| Binary | 11011101 | 1111000 | 11110010 | 1001 | 110010 | 0 | 101 | 100100010 | 1010010 | 1000111 |
Color Harmonies of #DD78F2
Complementary color
Monochromatic Colors of #DD78F2
Black with #DD78F2
Text Example
Text Example
White with #DD78F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD78F2; }
p { color: rgb(221,120,242); }
H1.HeaderClassName
{
color: #DD78F2;
}
.AnyTagClassName
{
color: #DD78F2;
}
</style>
background-color css
<style>
a { background-color: #DD78F2; }
a { background-color: rgb(221,120,242); }
div.DivClassName
{
background-color: #DD78F2;
}
.BgClassName
{
background-color: #DD78F2;
}
</style>
border-color css
<style>
span { border-color: #DD78F2; }
span { border-color: rgb(221,120,242); }
td.TdClassName
{
border-color: #DD78F2;
}
.TagClassName
{
border-color: #DD78F2;
}
</style>