Shades of Kobi #DD8DAA
Tints of Kobi #DD8DAA
RGB
CMYK
RGB Variations
Color information
#DD8DAA (or 0xDD8DAA) is known color: Kobi. HEX triplet: DD, 8D and AA. RGB value is (221,141,170). Sum of RGB (Red+Green+Blue) = 221+141+170=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 170 (66.80% from 255 or 31.95% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8DAA is #227255. Grayscale: #A8A8A8. Windows color (decimal): -2257494 or 11177437. OLE color: 11177437.
HSL color Cylindrical-coordinate representation of color #DD8DAA: hue angle of 338.25º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD8DAA is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 141 | 170 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.13 |
| HSL | 338.25º | 0.54% | 0.71% | - |
| HSV(B) | 338.25º | 0.36% | 0.87% | - |
| XYZ | 46.6 | 37.32 | 42.78 | - |
| YUV | 168.23 | 129 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 141 | 170 | 0 | 0.36 | 0.23 | 0.13 | 338.25 | 0.54 | 0.71 |
| Hex | DD | 8D | AA | 0 | 24 | 17 | D | 152 | 36 | 47 |
| Octal | 335 | 215 | 252 | 0 | 44 | 27 | 15 | 522 | 66 | 107 |
| Binary | 11011101 | 10001101 | 10101010 | 0 | 100100 | 10111 | 1101 | 101010010 | 110110 | 1000111 |
Color Harmonies of #DD8DAA
Complementary color
Monochromatic Colors of #DD8DAA
Black with #DD8DAA
Text Example
Text Example
White with #DD8DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8DAA; }
p { color: rgb(221,141,170); }
H1.HeaderClassName
{
color: #DD8DAA;
}
.AnyTagClassName
{
color: #DD8DAA;
}
</style>
background-color css
<style>
a { background-color: #DD8DAA; }
a { background-color: rgb(221,141,170); }
div.DivClassName
{
background-color: #DD8DAA;
}
.BgClassName
{
background-color: #DD8DAA;
}
</style>
border-color css
<style>
span { border-color: #DD8DAA; }
span { border-color: rgb(221,141,170); }
td.TdClassName
{
border-color: #DD8DAA;
}
.TagClassName
{
border-color: #DD8DAA;
}
</style>