Shades of Heliotrope #DD73FF
Tints of Heliotrope #DD73FF
RGB
CMYK
RGB Variations
Color information
#DD73FF (or 0xDD73FF) is known color: Heliotrope. HEX triplet: DD, 73 and FF. RGB value is (221,115,255). Sum of RGB (Red+Green+Blue) = 221+115+255=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 115 (45.31% from 255 or 19.46% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #DD73FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD73FF is #228C00. Grayscale: #A2A2A2. Windows color (decimal): -2264065 or 16741341. OLE color: 16741341.
HSL color Cylindrical-coordinate representation of color #DD73FF: hue angle of 285.43º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD73FF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 115 | 255 | - |
| CMYK | 0.13 | 0.55 | 0 | 0 |
| HSL | 285.43º | 1% | 0.73% | - |
| HSV(B) | 285.43º | 0.55% | 1% | - |
| XYZ | 54 | 34.85 | 98.49 | - |
| YUV | 162.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 255 | 0.13 | 0.55 | 0 | 0 | 285.43 | 1 | 0.73 |
| Hex | DD | 73 | FF | D | 37 | 0 | 0 | 11D | 64 | 49 |
| Octal | 335 | 163 | 377 | 15 | 67 | 0 | 0 | 435 | 144 | 111 |
| Binary | 11011101 | 1110011 | 11111111 | 1101 | 110111 | 0 | 0 | 100011101 | 1100100 | 1001001 |
Color Harmonies of #DD73FF
Complementary color
Monochromatic Colors of #DD73FF
Black with #DD73FF
Text Example
Text Example
White with #DD73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD73FF; }
p { color: rgb(221,115,255); }
H1.HeaderClassName
{
color: #DD73FF;
}
.AnyTagClassName
{
color: #DD73FF;
}
</style>
background-color css
<style>
a { background-color: #DD73FF; }
a { background-color: rgb(221,115,255); }
div.DivClassName
{
background-color: #DD73FF;
}
.BgClassName
{
background-color: #DD73FF;
}
</style>
border-color css
<style>
span { border-color: #DD73FF; }
span { border-color: rgb(221,115,255); }
td.TdClassName
{
border-color: #DD73FF;
}
.TagClassName
{
border-color: #DD73FF;
}
</style>