Shades of Kobi #DD96A5
Tints of Kobi #DD96A5
RGB
CMYK
RGB Variations
Color information
#DD96A5 (or 0xDD96A5) is known color: Kobi. HEX triplet: DD, 96 and A5. RGB value is (221,150,165). Sum of RGB (Red+Green+Blue) = 221+150+165=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 165 (64.84% from 255 or 30.78% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96A5 is #22695A. Grayscale: #ACACAC. Windows color (decimal): -2255195 or 10852061. OLE color: 10852061.
HSL color Cylindrical-coordinate representation of color #DD96A5: hue angle of 347.32º 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 #DD96A5 is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 165 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.13 |
| HSL | 347.32º | 0.51% | 0.73% | - |
| HSV(B) | 347.32º | 0.32% | 0.87% | - |
| XYZ | 47.52 | 39.9 | 40.79 | - |
| YUV | 172.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 165 | 0 | 0.32 | 0.25 | 0.13 | 347.32 | 0.51 | 0.73 |
| Hex | DD | 96 | A5 | 0 | 20 | 19 | D | 15B | 33 | 49 |
| Octal | 335 | 226 | 245 | 0 | 40 | 31 | 15 | 533 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10100101 | 0 | 100000 | 11001 | 1101 | 101011011 | 110011 | 1001001 |
Color Harmonies of #DD96A5
Complementary color
Monochromatic Colors of #DD96A5
Black with #DD96A5
Text Example
Text Example
White with #DD96A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96A5; }
p { color: rgb(221,150,165); }
H1.HeaderClassName
{
color: #DD96A5;
}
.AnyTagClassName
{
color: #DD96A5;
}
</style>
background-color css
<style>
a { background-color: #DD96A5; }
a { background-color: rgb(221,150,165); }
div.DivClassName
{
background-color: #DD96A5;
}
.BgClassName
{
background-color: #DD96A5;
}
</style>
border-color css
<style>
span { border-color: #DD96A5; }
span { border-color: rgb(221,150,165); }
td.TdClassName
{
border-color: #DD96A5;
}
.TagClassName
{
border-color: #DD96A5;
}
</style>