Shades of Heliotrope #DD76F8
Tints of Heliotrope #DD76F8
RGB
CMYK
RGB Variations
Color information
#DD76F8 (or 0xDD76F8) is known color: Heliotrope. HEX triplet: DD, 76 and F8. RGB value is (221,118,248). Sum of RGB (Red+Green+Blue) = 221+118+248=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 118 (46.48% from 255 or 20.10% from 587); Blue value is 248 (97.27% from 255 or 42.25% from 587); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD76F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76F8 is #228907. Grayscale: #A3A3A3. Windows color (decimal): -2263304 or 16283357. OLE color: 16283357.
HSL color Cylindrical-coordinate representation of color #DD76F8: hue angle of 287.54º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD76F8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 118 | 248 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.03 |
| HSL | 287.54º | 0.9% | 0.72% | - |
| HSV(B) | 287.54º | 0.52% | 0.97% | - |
| XYZ | 53.24 | 35.11 | 92.78 | - |
| YUV | 163.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 248 | 0.11 | 0.52 | 0 | 0.03 | 287.54 | 0.9 | 0.72 |
| Hex | DD | 76 | F8 | B | 34 | 0 | 3 | 120 | 5A | 48 |
| Octal | 335 | 166 | 370 | 13 | 64 | 0 | 3 | 440 | 132 | 110 |
| Binary | 11011101 | 1110110 | 11111000 | 1011 | 110100 | 0 | 11 | 100100000 | 1011010 | 1001000 |
Color Harmonies of #DD76F8
Complementary color
Monochromatic Colors of #DD76F8
Black with #DD76F8
Text Example
Text Example
White with #DD76F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76F8; }
p { color: rgb(221,118,248); }
H1.HeaderClassName
{
color: #DD76F8;
}
.AnyTagClassName
{
color: #DD76F8;
}
</style>
background-color css
<style>
a { background-color: #DD76F8; }
a { background-color: rgb(221,118,248); }
div.DivClassName
{
background-color: #DD76F8;
}
.BgClassName
{
background-color: #DD76F8;
}
</style>
border-color css
<style>
span { border-color: #DD76F8; }
span { border-color: rgb(221,118,248); }
td.TdClassName
{
border-color: #DD76F8;
}
.TagClassName
{
border-color: #DD76F8;
}
</style>