Shades of Heliotrope #DD77FF
Tints of Heliotrope #DD77FF
RGB
CMYK
RGB Variations
Color information
#DD77FF (or 0xDD77FF) is known color: Heliotrope. HEX triplet: DD, 77 and FF. RGB value is (221,119,255). Sum of RGB (Red+Green+Blue) = 221+119+255=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 119 (46.88% from 255 or 20% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77FF is #228800. Grayscale: #A4A4A4. Windows color (decimal): -2263041 or 16742365. OLE color: 16742365.
HSL color Cylindrical-coordinate representation of color #DD77FF: hue angle of 285º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD77FF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 119 | 255 | - |
| CMYK | 0.13 | 0.53 | 0 | 0 |
| HSL | 285º | 1% | 0.73% | - |
| HSV(B) | 285º | 0.53% | 1% | - |
| XYZ | 54.47 | 35.79 | 98.64 | - |
| YUV | 165 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 119 | 255 | 0.13 | 0.53 | 0 | 0 | 285 | 1 | 0.73 |
| Hex | DD | 77 | FF | D | 35 | 0 | 0 | 11D | 64 | 49 |
| Octal | 335 | 167 | 377 | 15 | 65 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011101 | 1110111 | 11111111 | 1101 | 110101 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DD77FF
Complementary color
Monochromatic Colors of #DD77FF
Black with #DD77FF
Text Example
Text Example
White with #DD77FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD77FF; }
p { color: rgb(221,119,255); }
H1.HeaderClassName
{
color: #DD77FF;
}
.AnyTagClassName
{
color: #DD77FF;
}
</style>
background-color css
<style>
a { background-color: #DD77FF; }
a { background-color: rgb(221,119,255); }
div.DivClassName
{
background-color: #DD77FF;
}
.BgClassName
{
background-color: #DD77FF;
}
</style>
border-color css
<style>
span { border-color: #DD77FF; }
span { border-color: rgb(221,119,255); }
td.TdClassName
{
border-color: #DD77FF;
}
.TagClassName
{
border-color: #DD77FF;
}
</style>