Shades of Kobi #DD96A0
Tints of Kobi #DD96A0
RGB
CMYK
RGB Variations
Color information
#DD96A0 (or 0xDD96A0) is known color: Kobi. HEX triplet: DD, 96 and A0. RGB value is (221,150,160). Sum of RGB (Red+Green+Blue) = 221+150+160=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 160 (62.89% from 255 or 30.13% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A0 is #22695F. Grayscale: #ACACAC. Windows color (decimal): -2255200 or 10524381. OLE color: 10524381.
HSL color Cylindrical-coordinate representation of color #DD96A0: hue angle of 351.55º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD96A0 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 160 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.13 |
| HSL | 351.55º | 0.51% | 0.73% | - |
| HSV(B) | 351.55º | 0.32% | 0.87% | - |
| XYZ | 47.07 | 39.72 | 38.44 | - |
| YUV | 172.37 | 121.02 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 160 | 0 | 0.32 | 0.28 | 0.13 | 351.55 | 0.51 | 0.73 |
| Hex | DD | 96 | A0 | 0 | 20 | 1C | D | 160 | 33 | 49 |
| Octal | 335 | 226 | 240 | 0 | 40 | 34 | 15 | 540 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10100000 | 0 | 100000 | 11100 | 1101 | 101100000 | 110011 | 1001001 |
Color Harmonies of #DD96A0
Complementary color
Monochromatic Colors of #DD96A0
Black with #DD96A0
Text Example
Text Example
White with #DD96A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A0; }
p { color: rgb(221,150,160); }
H1.HeaderClassName
{
color: #DD96A0;
}
.AnyTagClassName
{
color: #DD96A0;
}
</style>
background-color css
<style>
a { background-color: #DD96A0; }
a { background-color: rgb(221,150,160); }
div.DivClassName
{
background-color: #DD96A0;
}
.BgClassName
{
background-color: #DD96A0;
}
</style>
border-color css
<style>
span { border-color: #DD96A0; }
span { border-color: rgb(221,150,160); }
td.TdClassName
{
border-color: #DD96A0;
}
.TagClassName
{
border-color: #DD96A0;
}
</style>