Shades of Kobi #DD90A9
Tints of Kobi #DD90A9
RGB
CMYK
RGB Variations
Color information
#DD90A9 (or 0xDD90A9) is known color: Kobi. HEX triplet: DD, 90 and A9. RGB value is (221,144,169). Sum of RGB (Red+Green+Blue) = 221+144+169=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90A9 is #226F56. Grayscale: #A9A9A9. Windows color (decimal): -2256727 or 11112669. OLE color: 11112669.
HSL color Cylindrical-coordinate representation of color #DD90A9: hue angle of 340.52º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD90A9 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 169 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.13 |
| HSL | 340.52º | 0.53% | 0.72% | - |
| HSV(B) | 340.52º | 0.35% | 0.87% | - |
| XYZ | 46.95 | 38.18 | 42.43 | - |
| YUV | 169.87 | 127.51 | 164.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 169 | 0 | 0.35 | 0.24 | 0.13 | 340.52 | 0.53 | 0.72 |
| Hex | DD | 90 | A9 | 0 | 23 | 18 | D | 155 | 35 | 48 |
| Octal | 335 | 220 | 251 | 0 | 43 | 30 | 15 | 525 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10101001 | 0 | 100011 | 11000 | 1101 | 101010101 | 110101 | 1001000 |
Color Harmonies of #DD90A9
Complementary color
Monochromatic Colors of #DD90A9
Black with #DD90A9
Text Example
Text Example
White with #DD90A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90A9; }
p { color: rgb(221,144,169); }
H1.HeaderClassName
{
color: #DD90A9;
}
.AnyTagClassName
{
color: #DD90A9;
}
</style>
background-color css
<style>
a { background-color: #DD90A9; }
a { background-color: rgb(221,144,169); }
div.DivClassName
{
background-color: #DD90A9;
}
.BgClassName
{
background-color: #DD90A9;
}
</style>
border-color css
<style>
span { border-color: #DD90A9; }
span { border-color: rgb(221,144,169); }
td.TdClassName
{
border-color: #DD90A9;
}
.TagClassName
{
border-color: #DD90A9;
}
</style>