Shades of Kobi #DD96A7
Tints of Kobi #DD96A7
RGB
CMYK
RGB Variations
Color information
#DD96A7 (or 0xDD96A7) is known color: Kobi. HEX triplet: DD, 96 and A7. RGB value is (221,150,167). Sum of RGB (Red+Green+Blue) = 221+150+167=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 167 (65.62% from 255 or 31.04% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A7 is #226958. Grayscale: #ADADAD. Windows color (decimal): -2255193 or 10983133. OLE color: 10983133.
HSL color Cylindrical-coordinate representation of color #DD96A7: hue angle of 345.63º 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 #DD96A7 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 167 | - |
| CMYK | 0 | 0.32 | 0.24 | 0.13 |
| HSL | 345.63º | 0.51% | 0.73% | - |
| HSV(B) | 345.63º | 0.32% | 0.87% | - |
| XYZ | 47.7 | 39.97 | 41.76 | - |
| YUV | 173.17 | 124.52 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 167 | 0 | 0.32 | 0.24 | 0.13 | 345.63 | 0.51 | 0.73 |
| Hex | DD | 96 | A7 | 0 | 20 | 18 | D | 15A | 33 | 49 |
| Octal | 335 | 226 | 247 | 0 | 40 | 30 | 15 | 532 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10100111 | 0 | 100000 | 11000 | 1101 | 101011010 | 110011 | 1001001 |
Color Harmonies of #DD96A7
Complementary color
Monochromatic Colors of #DD96A7
Black with #DD96A7
Text Example
Text Example
White with #DD96A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A7; }
p { color: rgb(221,150,167); }
H1.HeaderClassName
{
color: #DD96A7;
}
.AnyTagClassName
{
color: #DD96A7;
}
</style>
background-color css
<style>
a { background-color: #DD96A7; }
a { background-color: rgb(221,150,167); }
div.DivClassName
{
background-color: #DD96A7;
}
.BgClassName
{
background-color: #DD96A7;
}
</style>
border-color css
<style>
span { border-color: #DD96A7; }
span { border-color: rgb(221,150,167); }
td.TdClassName
{
border-color: #DD96A7;
}
.TagClassName
{
border-color: #DD96A7;
}
</style>