Shades of Kobi #DD96AC
Tints of Kobi #DD96AC
RGB
CMYK
RGB Variations
Color information
#DD96AC (or 0xDD96AC) is known color: Kobi. HEX triplet: DD, 96 and AC. RGB value is (221,150,172). Sum of RGB (Red+Green+Blue) = 221+150+172=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AC is #226953. Grayscale: #ADADAD. Windows color (decimal): -2255188 or 11310813. OLE color: 11310813.
HSL color Cylindrical-coordinate representation of color #DD96AC: hue angle of 341.41º 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 #DD96AC is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 172 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.13 |
| HSL | 341.41º | 0.51% | 0.73% | - |
| HSV(B) | 341.41º | 0.32% | 0.87% | - |
| XYZ | 48.17 | 40.16 | 44.24 | - |
| YUV | 173.74 | 127.02 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 172 | 0 | 0.32 | 0.22 | 0.13 | 341.41 | 0.51 | 0.73 |
| Hex | DD | 96 | AC | 0 | 20 | 16 | D | 155 | 33 | 49 |
| Octal | 335 | 226 | 254 | 0 | 40 | 26 | 15 | 525 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10101100 | 0 | 100000 | 10110 | 1101 | 101010101 | 110011 | 1001001 |
Color Harmonies of #DD96AC
Complementary color
Monochromatic Colors of #DD96AC
Black with #DD96AC
Text Example
Text Example
White with #DD96AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96AC; }
p { color: rgb(221,150,172); }
H1.HeaderClassName
{
color: #DD96AC;
}
.AnyTagClassName
{
color: #DD96AC;
}
</style>
background-color css
<style>
a { background-color: #DD96AC; }
a { background-color: rgb(221,150,172); }
div.DivClassName
{
background-color: #DD96AC;
}
.BgClassName
{
background-color: #DD96AC;
}
</style>
border-color css
<style>
span { border-color: #DD96AC; }
span { border-color: rgb(221,150,172); }
td.TdClassName
{
border-color: #DD96AC;
}
.TagClassName
{
border-color: #DD96AC;
}
</style>