Shades of Kobi #DD89B2
Tints of Kobi #DD89B2
RGB
CMYK
RGB Variations
Color information
#DD89B2 (or 0xDD89B2) is known color: Kobi. HEX triplet: DD, 89 and B2. RGB value is (221,137,178). Sum of RGB (Red+Green+Blue) = 221+137+178=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 137 (53.91% from 255 or 25.56% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD89B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD89B2 is #22764D. Grayscale: #A6A6A6. Windows color (decimal): -2258510 or 11700701. OLE color: 11700701.
HSL color Cylindrical-coordinate representation of color #DD89B2: hue angle of 330.71º 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 #DD89B2 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 178 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.13 |
| HSL | 330.71º | 0.55% | 0.7% | - |
| HSV(B) | 330.71º | 0.38% | 0.87% | - |
| XYZ | 46.8 | 36.48 | 46.69 | - |
| YUV | 166.79 | 134.33 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 178 | 0 | 0.38 | 0.19 | 0.13 | 330.71 | 0.55 | 0.7 |
| Hex | DD | 89 | B2 | 0 | 26 | 13 | D | 14B | 37 | 46 |
| Octal | 335 | 211 | 262 | 0 | 46 | 23 | 15 | 513 | 67 | 106 |
| Binary | 11011101 | 10001001 | 10110010 | 0 | 100110 | 10011 | 1101 | 101001011 | 110111 | 1000110 |
Color Harmonies of #DD89B2
Complementary color
Monochromatic Colors of #DD89B2
Black with #DD89B2
Text Example
Text Example
White with #DD89B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD89B2; }
p { color: rgb(221,137,178); }
H1.HeaderClassName
{
color: #DD89B2;
}
.AnyTagClassName
{
color: #DD89B2;
}
</style>
background-color css
<style>
a { background-color: #DD89B2; }
a { background-color: rgb(221,137,178); }
div.DivClassName
{
background-color: #DD89B2;
}
.BgClassName
{
background-color: #DD89B2;
}
</style>
border-color css
<style>
span { border-color: #DD89B2; }
span { border-color: rgb(221,137,178); }
td.TdClassName
{
border-color: #DD89B2;
}
.TagClassName
{
border-color: #DD89B2;
}
</style>