Shades of Kobi #DD88AA
Tints of Kobi #DD88AA
RGB
CMYK
RGB Variations
Color information
#DD88AA (or 0xDD88AA) is known color: Kobi. HEX triplet: DD, 88 and AA. RGB value is (221,136,170). Sum of RGB (Red+Green+Blue) = 221+136+170=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD88AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD88AA is #227755. Grayscale: #A5A5A5. Windows color (decimal): -2258774 or 11176157. OLE color: 11176157.
HSL color Cylindrical-coordinate representation of color #DD88AA: hue angle of 336º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD88AA is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 170 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.13 |
| HSL | 336º | 0.56% | 0.7% | - |
| HSV(B) | 336º | 0.38% | 0.87% | - |
| XYZ | 45.88 | 35.88 | 42.54 | - |
| YUV | 165.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 170 | 0 | 0.38 | 0.23 | 0.13 | 336 | 0.56 | 0.7 |
| Hex | DD | 88 | AA | 0 | 26 | 17 | D | 150 | 38 | 46 |
| Octal | 335 | 210 | 252 | 0 | 46 | 27 | 15 | 520 | 70 | 106 |
| Binary | 11011101 | 10001000 | 10101010 | 0 | 100110 | 10111 | 1101 | 101010000 | 111000 | 1000110 |
Color Harmonies of #DD88AA
Complementary color
Monochromatic Colors of #DD88AA
Black with #DD88AA
Text Example
Text Example
White with #DD88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD88AA; }
p { color: rgb(221,136,170); }
H1.HeaderClassName
{
color: #DD88AA;
}
.AnyTagClassName
{
color: #DD88AA;
}
</style>
background-color css
<style>
a { background-color: #DD88AA; }
a { background-color: rgb(221,136,170); }
div.DivClassName
{
background-color: #DD88AA;
}
.BgClassName
{
background-color: #DD88AA;
}
</style>
border-color css
<style>
span { border-color: #DD88AA; }
span { border-color: rgb(221,136,170); }
td.TdClassName
{
border-color: #DD88AA;
}
.TagClassName
{
border-color: #DD88AA;
}
</style>