Shades of Kobi #DD96AA
Tints of Kobi #DD96AA
RGB
CMYK
RGB Variations
Color information
#DD96AA (or 0xDD96AA) is known color: Kobi. HEX triplet: DD, 96 and AA. RGB value is (221,150,170). Sum of RGB (Red+Green+Blue) = 221+150+170=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 150 (58.98% from 255 or 27.73% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD96AA is #226955. Grayscale: #ADADAD. Windows color (decimal): -2255190 or 11179741. OLE color: 11179741.
HSL color Cylindrical-coordinate representation of color #DD96AA: hue angle of 343.1º 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 #DD96AA is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 170 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.13 |
| HSL | 343.1º | 0.51% | 0.73% | - |
| HSV(B) | 343.1º | 0.32% | 0.87% | - |
| XYZ | 47.98 | 40.09 | 43.24 | - |
| YUV | 173.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 170 | 0 | 0.32 | 0.23 | 0.13 | 343.1 | 0.51 | 0.73 |
| Hex | DD | 96 | AA | 0 | 20 | 17 | D | 157 | 33 | 49 |
| Octal | 335 | 226 | 252 | 0 | 40 | 27 | 15 | 527 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10101010 | 0 | 100000 | 10111 | 1101 | 101010111 | 110011 | 1001001 |
Color Harmonies of #DD96AA
Complementary color
Monochromatic Colors of #DD96AA
Black with #DD96AA
Text Example
Text Example
White with #DD96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD96AA; }
p { color: rgb(221,150,170); }
H1.HeaderClassName
{
color: #DD96AA;
}
.AnyTagClassName
{
color: #DD96AA;
}
</style>
background-color css
<style>
a { background-color: #DD96AA; }
a { background-color: rgb(221,150,170); }
div.DivClassName
{
background-color: #DD96AA;
}
.BgClassName
{
background-color: #DD96AA;
}
</style>
border-color css
<style>
span { border-color: #DD96AA; }
span { border-color: rgb(221,150,170); }
td.TdClassName
{
border-color: #DD96AA;
}
.TagClassName
{
border-color: #DD96AA;
}
</style>