Shades of Tidal #DDFF89
Tints of Tidal #DDFF89
RGB
CMYK
RGB Variations
Color information
#DDFF89 (or 0xDDFF89) is known color: Tidal. HEX triplet: DD, FF and 89. RGB value is (221,255,137). Sum of RGB (Red+Green+Blue) = 221+255+137=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF89 is #220076. Grayscale: #E7E7E7. Windows color (decimal): -2228343 or 9043933. OLE color: 9043933.
HSL color Cylindrical-coordinate representation of color #DDFF89: hue angle of 77.29º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDFF89 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 137 | - |
| CMYK | 0.13 | 0 | 0.46 | 0 |
| HSL | 77.29º | 1% | 0.77% | - |
| HSV(B) | 77.29º | 0.46% | 1% | - |
| XYZ | 70.09 | 88.7 | 37.09 | - |
| YUV | 231.38 | 74.74 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 137 | 0.13 | 0 | 0.46 | 0 | 77.29 | 1 | 0.77 |
| Hex | DD | FF | 89 | D | 0 | 2E | 0 | 4D | 64 | 4D |
| Octal | 335 | 377 | 211 | 15 | 0 | 56 | 0 | 115 | 144 | 115 |
| Binary | 11011101 | 11111111 | 10001001 | 1101 | 0 | 101110 | 0 | 1001101 | 1100100 | 1001101 |
Color Harmonies of #DDFF89
Complementary color
Monochromatic Colors of #DDFF89
Black with #DDFF89
Text Example
Text Example
White with #DDFF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF89; }
p { color: rgb(221,255,137); }
H1.HeaderClassName
{
color: #DDFF89;
}
.AnyTagClassName
{
color: #DDFF89;
}
</style>
background-color css
<style>
a { background-color: #DDFF89; }
a { background-color: rgb(221,255,137); }
div.DivClassName
{
background-color: #DDFF89;
}
.BgClassName
{
background-color: #DDFF89;
}
</style>
border-color css
<style>
span { border-color: #DDFF89; }
span { border-color: rgb(221,255,137); }
td.TdClassName
{
border-color: #DDFF89;
}
.TagClassName
{
border-color: #DDFF89;
}
</style>