Shades of Heliotrope #DD76EF
Tints of Heliotrope #DD76EF
RGB
CMYK
RGB Variations
Color information
#DD76EF (or 0xDD76EF) is known color: Heliotrope. HEX triplet: DD, 76 and EF. RGB value is (221,118,239). Sum of RGB (Red+Green+Blue) = 221+118+239=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 239 (93.75% from 255 or 41.35% from 578); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD76EF is #228910. Grayscale: #A2A2A2. Windows color (decimal): -2263313 or 15693533. OLE color: 15693533.
HSL color Cylindrical-coordinate representation of color #DD76EF: hue angle of 291.07º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD76EF is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 118 | 239 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.06 |
| HSL | 291.07º | 0.79% | 0.7% | - |
| HSV(B) | 291.07º | 0.51% | 0.94% | - |
| XYZ | 51.88 | 34.56 | 85.6 | - |
| YUV | 162.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 118 | 239 | 0.08 | 0.51 | 0 | 0.06 | 291.07 | 0.79 | 0.7 |
| Hex | DD | 76 | EF | 8 | 33 | 0 | 6 | 123 | 4F | 46 |
| Octal | 335 | 166 | 357 | 10 | 63 | 0 | 6 | 443 | 117 | 106 |
| Binary | 11011101 | 1110110 | 11101111 | 1000 | 110011 | 0 | 110 | 100100011 | 1001111 | 1000110 |
Color Harmonies of #DD76EF
Complementary color
Monochromatic Colors of #DD76EF
Black with #DD76EF
Text Example
Text Example
White with #DD76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD76EF; }
p { color: rgb(221,118,239); }
H1.HeaderClassName
{
color: #DD76EF;
}
.AnyTagClassName
{
color: #DD76EF;
}
</style>
background-color css
<style>
a { background-color: #DD76EF; }
a { background-color: rgb(221,118,239); }
div.DivClassName
{
background-color: #DD76EF;
}
.BgClassName
{
background-color: #DD76EF;
}
</style>
border-color css
<style>
span { border-color: #DD76EF; }
span { border-color: rgb(221,118,239); }
td.TdClassName
{
border-color: #DD76EF;
}
.TagClassName
{
border-color: #DD76EF;
}
</style>