Shades of Kobi #DD89AA
Tints of Kobi #DD89AA
RGB
CMYK
RGB Variations
Color information
#DD89AA (or 0xDD89AA) is known color: Kobi. HEX triplet: DD, 89 and AA. RGB value is (221,137,170). Sum of RGB (Red+Green+Blue) = 221+137+170=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 137 (53.91% from 255 or 25.95% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89AA is #227655. Grayscale: #A5A5A5. Windows color (decimal): -2258518 or 11176413. OLE color: 11176413.
HSL color Cylindrical-coordinate representation of color #DD89AA: hue angle of 336.43º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD89AA is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 170 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.13 |
| HSL | 336.43º | 0.55% | 0.7% | - |
| HSV(B) | 336.43º | 0.38% | 0.87% | - |
| XYZ | 46.02 | 36.17 | 42.59 | - |
| YUV | 165.88 | 130.33 | 167.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 170 | 0 | 0.38 | 0.23 | 0.13 | 336.43 | 0.55 | 0.7 |
| Hex | DD | 89 | AA | 0 | 26 | 17 | D | 150 | 37 | 46 |
| Octal | 335 | 211 | 252 | 0 | 46 | 27 | 15 | 520 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10101010 | 0 | 100110 | 10111 | 1101 | 101010000 | 110111 | 1000110 |
Color Harmonies of #DD89AA
Complementary color
Monochromatic Colors of #DD89AA
Black with #DD89AA
Text Example
Text Example
White with #DD89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89AA; }
p { color: rgb(221,137,170); }
H1.HeaderClassName
{
color: #DD89AA;
}
.AnyTagClassName
{
color: #DD89AA;
}
</style>
background-color css
<style>
a { background-color: #DD89AA; }
a { background-color: rgb(221,137,170); }
div.DivClassName
{
background-color: #DD89AA;
}
.BgClassName
{
background-color: #DD89AA;
}
</style>
border-color css
<style>
span { border-color: #DD89AA; }
span { border-color: rgb(221,137,170); }
td.TdClassName
{
border-color: #DD89AA;
}
.TagClassName
{
border-color: #DD89AA;
}
</style>