Shades of Heliotrope #DD79FE
Tints of Heliotrope #DD79FE
RGB
CMYK
RGB Variations
Color information
#DD79FE (or 0xDD79FE) is known color: Heliotrope. HEX triplet: DD, 79 and FE. RGB value is (221,121,254). Sum of RGB (Red+Green+Blue) = 221+121+254=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 121 (47.66% from 255 or 20.30% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD79FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD79FE is #228601. Grayscale: #A5A5A5. Windows color (decimal): -2262530 or 16677341. OLE color: 16677341.
HSL color Cylindrical-coordinate representation of color #DD79FE: hue angle of 285.11º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD79FE is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 121 | 254 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.00 |
| HSL | 285.11º | 0.99% | 0.74% | - |
| HSV(B) | 285.11º | 0.52% | 1% | - |
| XYZ | 54.55 | 36.2 | 97.88 | - |
| YUV | 166.06 | 177.63 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 121 | 254 | 0.13 | 0.52 | 0 | 0.00 | 285.11 | 0.99 | 0.74 |
| Hex | DD | 79 | FE | D | 34 | 0 | 0 | 11D | 63 | 4A |
| Octal | 335 | 171 | 376 | 15 | 64 | 0 | 0 | 435 | 143 | 112 |
| Binary | 11011101 | 1111001 | 11111110 | 1101 | 110100 | 0 | 0 | 100011101 | 1100011 | 1001010 |
Color Harmonies of #DD79FE
Complementary color
Monochromatic Colors of #DD79FE
Black with #DD79FE
Text Example
Text Example
White with #DD79FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD79FE; }
p { color: rgb(221,121,254); }
H1.HeaderClassName
{
color: #DD79FE;
}
.AnyTagClassName
{
color: #DD79FE;
}
</style>
background-color css
<style>
a { background-color: #DD79FE; }
a { background-color: rgb(221,121,254); }
div.DivClassName
{
background-color: #DD79FE;
}
.BgClassName
{
background-color: #DD79FE;
}
</style>
border-color css
<style>
span { border-color: #DD79FE; }
span { border-color: rgb(221,121,254); }
td.TdClassName
{
border-color: #DD79FE;
}
.TagClassName
{
border-color: #DD79FE;
}
</style>