Shades of Kobi #DD96A1
Tints of Kobi #DD96A1
RGB
CMYK
RGB Variations
Color information
#DD96A1 (or 0xDD96A1) is known color: Kobi. HEX triplet: DD, 96 and A1. RGB value is (221,150,161). Sum of RGB (Red+Green+Blue) = 221+150+161=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 161 (63.28% from 255 or 30.26% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A1 is #22695E. Grayscale: #ACACAC. Windows color (decimal): -2255199 or 10589917. OLE color: 10589917.
HSL color Cylindrical-coordinate representation of color #DD96A1: hue angle of 350.7º 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 #DD96A1 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 161 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.13 |
| HSL | 350.7º | 0.51% | 0.73% | - |
| HSV(B) | 350.7º | 0.32% | 0.87% | - |
| XYZ | 47.16 | 39.76 | 38.91 | - |
| YUV | 172.48 | 121.52 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 161 | 0 | 0.32 | 0.27 | 0.13 | 350.7 | 0.51 | 0.73 |
| Hex | DD | 96 | A1 | 0 | 20 | 1B | D | 15F | 33 | 49 |
| Octal | 335 | 226 | 241 | 0 | 40 | 33 | 15 | 537 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10100001 | 0 | 100000 | 11011 | 1101 | 101011111 | 110011 | 1001001 |
Color Harmonies of #DD96A1
Complementary color
Monochromatic Colors of #DD96A1
Black with #DD96A1
Text Example
Text Example
White with #DD96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A1; }
p { color: rgb(221,150,161); }
H1.HeaderClassName
{
color: #DD96A1;
}
.AnyTagClassName
{
color: #DD96A1;
}
</style>
background-color css
<style>
a { background-color: #DD96A1; }
a { background-color: rgb(221,150,161); }
div.DivClassName
{
background-color: #DD96A1;
}
.BgClassName
{
background-color: #DD96A1;
}
</style>
border-color css
<style>
span { border-color: #DD96A1; }
span { border-color: rgb(221,150,161); }
td.TdClassName
{
border-color: #DD96A1;
}
.TagClassName
{
border-color: #DD96A1;
}
</style>