Shades of Kobi #DD90A8
Tints of Kobi #DD90A8
RGB
CMYK
RGB Variations
Color information
#DD90A8 (or 0xDD90A8) is known color: Kobi. HEX triplet: DD, 90 and A8. RGB value is (221,144,168). Sum of RGB (Red+Green+Blue) = 221+144+168=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 144 (56.64% from 255 or 27.02% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD90A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD90A8 is #226F57. Grayscale: #A9A9A9. Windows color (decimal): -2256728 or 11047133. OLE color: 11047133.
HSL color Cylindrical-coordinate representation of color #DD90A8: hue angle of 341.3º 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 #DD90A8 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 168 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.13 |
| HSL | 341.3º | 0.53% | 0.72% | - |
| HSV(B) | 341.3º | 0.35% | 0.87% | - |
| XYZ | 46.86 | 38.15 | 41.94 | - |
| YUV | 169.76 | 127.01 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 168 | 0 | 0.35 | 0.24 | 0.13 | 341.3 | 0.53 | 0.72 |
| Hex | DD | 90 | A8 | 0 | 23 | 18 | D | 155 | 35 | 48 |
| Octal | 335 | 220 | 250 | 0 | 43 | 30 | 15 | 525 | 65 | 110 |
| Binary | 11011101 | 10010000 | 10101000 | 0 | 100011 | 11000 | 1101 | 101010101 | 110101 | 1001000 |
Color Harmonies of #DD90A8
Complementary color
Monochromatic Colors of #DD90A8
Black with #DD90A8
Text Example
Text Example
White with #DD90A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD90A8; }
p { color: rgb(221,144,168); }
H1.HeaderClassName
{
color: #DD90A8;
}
.AnyTagClassName
{
color: #DD90A8;
}
</style>
background-color css
<style>
a { background-color: #DD90A8; }
a { background-color: rgb(221,144,168); }
div.DivClassName
{
background-color: #DD90A8;
}
.BgClassName
{
background-color: #DD90A8;
}
</style>
border-color css
<style>
span { border-color: #DD90A8; }
span { border-color: rgb(221,144,168); }
td.TdClassName
{
border-color: #DD90A8;
}
.TagClassName
{
border-color: #DD90A8;
}
</style>