Shades of Kobi #DD96AD
Tints of Kobi #DD96AD
RGB
CMYK
RGB Variations
Color information
#DD96AD (or 0xDD96AD) is known color: Kobi. HEX triplet: DD, 96 and AD. RGB value is (221,150,173). Sum of RGB (Red+Green+Blue) = 221+150+173=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AD is #226952. Grayscale: #ADADAD. Windows color (decimal): -2255187 or 11376349. OLE color: 11376349.
HSL color Cylindrical-coordinate representation of color #DD96AD: hue angle of 340.56º 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 #DD96AD is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 173 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.13 |
| HSL | 340.56º | 0.51% | 0.73% | - |
| HSV(B) | 340.56º | 0.32% | 0.87% | - |
| XYZ | 48.27 | 40.2 | 44.75 | - |
| YUV | 173.85 | 127.52 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 173 | 0 | 0.32 | 0.22 | 0.13 | 340.56 | 0.51 | 0.73 |
| Hex | DD | 96 | AD | 0 | 20 | 16 | D | 155 | 33 | 49 |
| Octal | 335 | 226 | 255 | 0 | 40 | 26 | 15 | 525 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10101101 | 0 | 100000 | 10110 | 1101 | 101010101 | 110011 | 1001001 |
Color Harmonies of #DD96AD
Complementary color
Monochromatic Colors of #DD96AD
Black with #DD96AD
Text Example
Text Example
White with #DD96AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96AD; }
p { color: rgb(221,150,173); }
H1.HeaderClassName
{
color: #DD96AD;
}
.AnyTagClassName
{
color: #DD96AD;
}
</style>
background-color css
<style>
a { background-color: #DD96AD; }
a { background-color: rgb(221,150,173); }
div.DivClassName
{
background-color: #DD96AD;
}
.BgClassName
{
background-color: #DD96AD;
}
</style>
border-color css
<style>
span { border-color: #DD96AD; }
span { border-color: rgb(221,150,173); }
td.TdClassName
{
border-color: #DD96AD;
}
.TagClassName
{
border-color: #DD96AD;
}
</style>