Shades of Kobi #DD9DB1
Tints of Kobi #DD9DB1
RGB
CMYK
RGB Variations
Color information
#DD9DB1 (or 0xDD9DB1) is known color: Kobi. HEX triplet: DD, 9D and B1. RGB value is (221,157,177). Sum of RGB (Red+Green+Blue) = 221+157+177=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 157 (61.72% from 255 or 28.29% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9DB1 is #22624E. Grayscale: #B2B2B2. Windows color (decimal): -2253391 or 11640285. OLE color: 11640285.
HSL color Cylindrical-coordinate representation of color #DD9DB1: hue angle of 341.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DB1 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 177 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.13 |
| HSL | 341.25º | 0.48% | 0.74% | - |
| HSV(B) | 341.25º | 0.29% | 0.87% | - |
| XYZ | 49.81 | 42.66 | 47.2 | - |
| YUV | 178.42 | 127.2 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 177 | 0 | 0.29 | 0.20 | 0.13 | 341.25 | 0.48 | 0.74 |
| Hex | DD | 9D | B1 | 0 | 1D | 14 | D | 155 | 30 | 4A |
| Octal | 335 | 235 | 261 | 0 | 35 | 24 | 15 | 525 | 60 | 112 |
| Binary | 11011101 | 10011101 | 10110001 | 0 | 11101 | 10100 | 1101 | 101010101 | 110000 | 1001010 |
Color Harmonies of #DD9DB1
Complementary color
Monochromatic Colors of #DD9DB1
Black with #DD9DB1
Text Example
Text Example
White with #DD9DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DB1; }
p { color: rgb(221,157,177); }
H1.HeaderClassName
{
color: #DD9DB1;
}
.AnyTagClassName
{
color: #DD9DB1;
}
</style>
background-color css
<style>
a { background-color: #DD9DB1; }
a { background-color: rgb(221,157,177); }
div.DivClassName
{
background-color: #DD9DB1;
}
.BgClassName
{
background-color: #DD9DB1;
}
</style>
border-color css
<style>
span { border-color: #DD9DB1; }
span { border-color: rgb(221,157,177); }
td.TdClassName
{
border-color: #DD9DB1;
}
.TagClassName
{
border-color: #DD9DB1;
}
</style>