Shades of Kobi #DD90A7
Tints of Kobi #DD90A7
RGB
CMYK
RGB Variations
Color information
#DD90A7 (or 0xDD90A7) is known color: Kobi. HEX triplet: DD, 90 and A7. RGB value is (221,144,167). Sum of RGB (Red+Green+Blue) = 221+144+167=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 167 (65.62% from 255 or 31.39% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90A7 is #226F58. Grayscale: #A9A9A9. Windows color (decimal): -2256729 or 10981597. OLE color: 10981597.
HSL color Cylindrical-coordinate representation of color #DD90A7: hue angle of 342.08º 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 #DD90A7 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 167 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.13 |
| HSL | 342.08º | 0.53% | 0.72% | - |
| HSV(B) | 342.08º | 0.35% | 0.87% | - |
| XYZ | 46.77 | 38.11 | 41.45 | - |
| YUV | 169.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 167 | 0 | 0.35 | 0.24 | 0.13 | 342.08 | 0.53 | 0.72 |
| Hex | DD | 90 | A7 | 0 | 23 | 18 | D | 156 | 35 | 48 |
| Octal | 335 | 220 | 247 | 0 | 43 | 30 | 15 | 526 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10100111 | 0 | 100011 | 11000 | 1101 | 101010110 | 110101 | 1001000 |
Color Harmonies of #DD90A7
Complementary color
Monochromatic Colors of #DD90A7
Black with #DD90A7
Text Example
Text Example
White with #DD90A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90A7; }
p { color: rgb(221,144,167); }
H1.HeaderClassName
{
color: #DD90A7;
}
.AnyTagClassName
{
color: #DD90A7;
}
</style>
background-color css
<style>
a { background-color: #DD90A7; }
a { background-color: rgb(221,144,167); }
div.DivClassName
{
background-color: #DD90A7;
}
.BgClassName
{
background-color: #DD90A7;
}
</style>
border-color css
<style>
span { border-color: #DD90A7; }
span { border-color: rgb(221,144,167); }
td.TdClassName
{
border-color: #DD90A7;
}
.TagClassName
{
border-color: #DD90A7;
}
</style>