Shades of Heliotrope #DD76FE
Tints of Heliotrope #DD76FE
RGB
CMYK
RGB Variations
Color information
#DD76FE (or 0xDD76FE) is known color: Heliotrope. HEX triplet: DD, 76 and FE. RGB value is (221,118,254). Sum of RGB (Red+Green+Blue) = 221+118+254=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 118 (46.48% from 255 or 19.90% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76FE is #228901. Grayscale: #A3A3A3. Windows color (decimal): -2263298 or 16676573. OLE color: 16676573.
HSL color Cylindrical-coordinate representation of color #DD76FE: hue angle of 285.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD76FE is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 118 | 254 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.00 |
| HSL | 285.44º | 0.99% | 0.73% | - |
| HSV(B) | 285.44º | 0.54% | 1% | - |
| XYZ | 54.19 | 35.48 | 97.76 | - |
| YUV | 164.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 254 | 0.13 | 0.54 | 0 | 0.00 | 285.44 | 0.99 | 0.73 |
| Hex | DD | 76 | FE | D | 36 | 0 | 0 | 11D | 63 | 49 |
| Octal | 335 | 166 | 376 | 15 | 66 | 0 | 0 | 435 | 143 | 111 |
| Binary | 11011101 | 1110110 | 11111110 | 1101 | 110110 | 0 | 0 | 100011101 | 1100011 | 1001001 |
Color Harmonies of #DD76FE
Complementary color
Monochromatic Colors of #DD76FE
Black with #DD76FE
Text Example
Text Example
White with #DD76FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76FE; }
p { color: rgb(221,118,254); }
H1.HeaderClassName
{
color: #DD76FE;
}
.AnyTagClassName
{
color: #DD76FE;
}
</style>
background-color css
<style>
a { background-color: #DD76FE; }
a { background-color: rgb(221,118,254); }
div.DivClassName
{
background-color: #DD76FE;
}
.BgClassName
{
background-color: #DD76FE;
}
</style>
border-color css
<style>
span { border-color: #DD76FE; }
span { border-color: rgb(221,118,254); }
td.TdClassName
{
border-color: #DD76FE;
}
.TagClassName
{
border-color: #DD76FE;
}
</style>