Shades of Kobi #DD89A1
Tints of Kobi #DD89A1
RGB
CMYK
RGB Variations
Color information
#DD89A1 (or 0xDD89A1) is known color: Kobi. HEX triplet: DD, 89 and A1. RGB value is (221,137,161). Sum of RGB (Red+Green+Blue) = 221+137+161=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 137 (53.91% from 255 or 26.40% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89A1 is #22765E. Grayscale: #A4A4A4. Windows color (decimal): -2258527 or 10586589. OLE color: 10586589.
HSL color Cylindrical-coordinate representation of color #DD89A1: hue angle of 342.86º 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 #DD89A1 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 161 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.13 |
| HSL | 342.86º | 0.55% | 0.7% | - |
| HSV(B) | 342.86º | 0.38% | 0.87% | - |
| XYZ | 45.2 | 35.84 | 38.25 | - |
| YUV | 164.85 | 125.83 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 161 | 0 | 0.38 | 0.27 | 0.13 | 342.86 | 0.55 | 0.7 |
| Hex | DD | 89 | A1 | 0 | 26 | 1B | D | 157 | 37 | 46 |
| Octal | 335 | 211 | 241 | 0 | 46 | 33 | 15 | 527 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10100001 | 0 | 100110 | 11011 | 1101 | 101010111 | 110111 | 1000110 |
Color Harmonies of #DD89A1
Complementary color
Monochromatic Colors of #DD89A1
Black with #DD89A1
Text Example
Text Example
White with #DD89A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89A1; }
p { color: rgb(221,137,161); }
H1.HeaderClassName
{
color: #DD89A1;
}
.AnyTagClassName
{
color: #DD89A1;
}
</style>
background-color css
<style>
a { background-color: #DD89A1; }
a { background-color: rgb(221,137,161); }
div.DivClassName
{
background-color: #DD89A1;
}
.BgClassName
{
background-color: #DD89A1;
}
</style>
border-color css
<style>
span { border-color: #DD89A1; }
span { border-color: rgb(221,137,161); }
td.TdClassName
{
border-color: #DD89A1;
}
.TagClassName
{
border-color: #DD89A1;
}
</style>