Shades of Kobi #DD8BAF
Tints of Kobi #DD8BAF
RGB
CMYK
RGB Variations
Color information
#DD8BAF (or 0xDD8BAF) is known color: Kobi. HEX triplet: DD, 8B and AF. RGB value is (221,139,175). Sum of RGB (Red+Green+Blue) = 221+139+175=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8BAF is #227450. Grayscale: #A7A7A7. Windows color (decimal): -2258001 or 11504605. OLE color: 11504605.
HSL color Cylindrical-coordinate representation of color #DD8BAF: hue angle of 333.66º 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 #DD8BAF is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 175 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.13 |
| HSL | 333.66º | 0.55% | 0.71% | - |
| HSV(B) | 333.66º | 0.37% | 0.87% | - |
| XYZ | 46.79 | 36.93 | 45.22 | - |
| YUV | 167.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 175 | 0 | 0.37 | 0.21 | 0.13 | 333.66 | 0.55 | 0.71 |
| Hex | DD | 8B | AF | 0 | 25 | 15 | D | 14E | 37 | 47 |
| Octal | 335 | 213 | 257 | 0 | 45 | 25 | 15 | 516 | 67 | 107 |
| Binary | 11011101 | 10001011 | 10101111 | 0 | 100101 | 10101 | 1101 | 101001110 | 110111 | 1000111 |
Color Harmonies of #DD8BAF
Complementary color
Monochromatic Colors of #DD8BAF
Black with #DD8BAF
Text Example
Text Example
White with #DD8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8BAF; }
p { color: rgb(221,139,175); }
H1.HeaderClassName
{
color: #DD8BAF;
}
.AnyTagClassName
{
color: #DD8BAF;
}
</style>
background-color css
<style>
a { background-color: #DD8BAF; }
a { background-color: rgb(221,139,175); }
div.DivClassName
{
background-color: #DD8BAF;
}
.BgClassName
{
background-color: #DD8BAF;
}
</style>
border-color css
<style>
span { border-color: #DD8BAF; }
span { border-color: rgb(221,139,175); }
td.TdClassName
{
border-color: #DD8BAF;
}
.TagClassName
{
border-color: #DD8BAF;
}
</style>