Shades of Kobi #DD96A3
Tints of Kobi #DD96A3
RGB
CMYK
RGB Variations
Color information
#DD96A3 (or 0xDD96A3) is known color: Kobi. HEX triplet: DD, 96 and A3. RGB value is (221,150,163). Sum of RGB (Red+Green+Blue) = 221+150+163=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A3 is #22695C. Grayscale: #ACACAC. Windows color (decimal): -2255197 or 10720989. OLE color: 10720989.
HSL color Cylindrical-coordinate representation of color #DD96A3: hue angle of 349.01º 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 #DD96A3 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 163 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.13 |
| HSL | 349.01º | 0.51% | 0.73% | - |
| HSV(B) | 349.01º | 0.32% | 0.87% | - |
| XYZ | 47.34 | 39.83 | 39.84 | - |
| YUV | 172.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 163 | 0 | 0.32 | 0.26 | 0.13 | 349.01 | 0.51 | 0.73 |
| Hex | DD | 96 | A3 | 0 | 20 | 1A | D | 15D | 33 | 49 |
| Octal | 335 | 226 | 243 | 0 | 40 | 32 | 15 | 535 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10100011 | 0 | 100000 | 11010 | 1101 | 101011101 | 110011 | 1001001 |
Color Harmonies of #DD96A3
Complementary color
Monochromatic Colors of #DD96A3
Black with #DD96A3
Text Example
Text Example
White with #DD96A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A3; }
p { color: rgb(221,150,163); }
H1.HeaderClassName
{
color: #DD96A3;
}
.AnyTagClassName
{
color: #DD96A3;
}
</style>
background-color css
<style>
a { background-color: #DD96A3; }
a { background-color: rgb(221,150,163); }
div.DivClassName
{
background-color: #DD96A3;
}
.BgClassName
{
background-color: #DD96A3;
}
</style>
border-color css
<style>
span { border-color: #DD96A3; }
span { border-color: rgb(221,150,163); }
td.TdClassName
{
border-color: #DD96A3;
}
.TagClassName
{
border-color: #DD96A3;
}
</style>