Shades of Kobi #DD8BAC
Tints of Kobi #DD8BAC
RGB
CMYK
RGB Variations
Color information
#DD8BAC (or 0xDD8BAC) is known color: Kobi. HEX triplet: DD, 8B and AC. RGB value is (221,139,172). Sum of RGB (Red+Green+Blue) = 221+139+172=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 139 (54.69% from 255 or 26.13% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8BAC is #227453. Grayscale: #A7A7A7. Windows color (decimal): -2258004 or 11307997. OLE color: 11307997.
HSL color Cylindrical-coordinate representation of color #DD8BAC: hue angle of 335.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD8BAC is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 172 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.13 |
| HSL | 335.85º | 0.55% | 0.71% | - |
| HSV(B) | 335.85º | 0.37% | 0.87% | - |
| XYZ | 46.5 | 36.82 | 43.69 | - |
| YUV | 167.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 172 | 0 | 0.37 | 0.22 | 0.13 | 335.85 | 0.55 | 0.71 |
| Hex | DD | 8B | AC | 0 | 25 | 16 | D | 150 | 37 | 47 |
| Octal | 335 | 213 | 254 | 0 | 45 | 26 | 15 | 520 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10101100 | 0 | 100101 | 10110 | 1101 | 101010000 | 110111 | 1000111 |
Color Harmonies of #DD8BAC
Complementary color
Monochromatic Colors of #DD8BAC
Black with #DD8BAC
Text Example
Text Example
White with #DD8BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BAC; }
p { color: rgb(221,139,172); }
H1.HeaderClassName
{
color: #DD8BAC;
}
.AnyTagClassName
{
color: #DD8BAC;
}
</style>
background-color css
<style>
a { background-color: #DD8BAC; }
a { background-color: rgb(221,139,172); }
div.DivClassName
{
background-color: #DD8BAC;
}
.BgClassName
{
background-color: #DD8BAC;
}
</style>
border-color css
<style>
span { border-color: #DD8BAC; }
span { border-color: rgb(221,139,172); }
td.TdClassName
{
border-color: #DD8BAC;
}
.TagClassName
{
border-color: #DD8BAC;
}
</style>