Shades of Kobi #DD89AC
Tints of Kobi #DD89AC
RGB
CMYK
RGB Variations
Color information
#DD89AC (or 0xDD89AC) is known color: Kobi. HEX triplet: DD, 89 and AC. RGB value is (221,137,172). Sum of RGB (Red+Green+Blue) = 221+137+172=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 137 (53.91% from 255 or 25.85% from 530); Blue value is 172 (67.58% from 255 or 32.45% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89AC is #227653. Grayscale: #A6A6A6. Windows color (decimal): -2258516 or 11307485. OLE color: 11307485.
HSL color Cylindrical-coordinate representation of color #DD89AC: hue angle of 335º 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 #DD89AC is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 172 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.13 |
| HSL | 335º | 0.55% | 0.7% | - |
| HSV(B) | 335º | 0.38% | 0.87% | - |
| XYZ | 46.21 | 36.24 | 43.59 | - |
| YUV | 166.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 172 | 0 | 0.38 | 0.22 | 0.13 | 335 | 0.55 | 0.7 |
| Hex | DD | 89 | AC | 0 | 26 | 16 | D | 14F | 37 | 46 |
| Octal | 335 | 211 | 254 | 0 | 46 | 26 | 15 | 517 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10101100 | 0 | 100110 | 10110 | 1101 | 101001111 | 110111 | 1000110 |
Color Harmonies of #DD89AC
Complementary color
Monochromatic Colors of #DD89AC
Black with #DD89AC
Text Example
Text Example
White with #DD89AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89AC; }
p { color: rgb(221,137,172); }
H1.HeaderClassName
{
color: #DD89AC;
}
.AnyTagClassName
{
color: #DD89AC;
}
</style>
background-color css
<style>
a { background-color: #DD89AC; }
a { background-color: rgb(221,137,172); }
div.DivClassName
{
background-color: #DD89AC;
}
.BgClassName
{
background-color: #DD89AC;
}
</style>
border-color css
<style>
span { border-color: #DD89AC; }
span { border-color: rgb(221,137,172); }
td.TdClassName
{
border-color: #DD89AC;
}
.TagClassName
{
border-color: #DD89AC;
}
</style>