Shades of Kobi #DD8FA6
Tints of Kobi #DD8FA6
RGB
CMYK
RGB Variations
Color information
#DD8FA6 (or 0xDD8FA6) is known color: Kobi. HEX triplet: DD, 8F and A6. RGB value is (221,143,166). Sum of RGB (Red+Green+Blue) = 221+143+166=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8FA6 is #227059. Grayscale: #A8A8A8. Windows color (decimal): -2256986 or 10915805. OLE color: 10915805.
HSL color Cylindrical-coordinate representation of color #DD8FA6: hue angle of 342.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD8FA6 is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 143 | 166 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.13 |
| HSL | 342.31º | 0.53% | 0.71% | - |
| HSV(B) | 342.31º | 0.35% | 0.87% | - |
| XYZ | 46.52 | 37.77 | 40.91 | - |
| YUV | 168.94 | 126.34 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 143 | 166 | 0 | 0.35 | 0.25 | 0.13 | 342.31 | 0.53 | 0.71 |
| Hex | DD | 8F | A6 | 0 | 23 | 19 | D | 156 | 35 | 47 |
| Octal | 335 | 217 | 246 | 0 | 43 | 31 | 15 | 526 | 65 | 107 |
| Binary | 11011101 | 10001111 | 10100110 | 0 | 100011 | 11001 | 1101 | 101010110 | 110101 | 1000111 |
Color Harmonies of #DD8FA6
Complementary color
Monochromatic Colors of #DD8FA6
Black with #DD8FA6
Text Example
Text Example
White with #DD8FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8FA6; }
p { color: rgb(221,143,166); }
H1.HeaderClassName
{
color: #DD8FA6;
}
.AnyTagClassName
{
color: #DD8FA6;
}
</style>
background-color css
<style>
a { background-color: #DD8FA6; }
a { background-color: rgb(221,143,166); }
div.DivClassName
{
background-color: #DD8FA6;
}
.BgClassName
{
background-color: #DD8FA6;
}
</style>
border-color css
<style>
span { border-color: #DD8FA6; }
span { border-color: rgb(221,143,166); }
td.TdClassName
{
border-color: #DD8FA6;
}
.TagClassName
{
border-color: #DD8FA6;
}
</style>