Shades of Kobi #DD99B2
Tints of Kobi #DD99B2
RGB
CMYK
RGB Variations
Color information
#DD99B2 (or 0xDD99B2) is known color: Kobi. HEX triplet: DD, 99 and B2. RGB value is (221,153,178). Sum of RGB (Red+Green+Blue) = 221+153+178=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99B2 is #22664D. Grayscale: #B0B0B0. Windows color (decimal): -2254414 or 11704797. OLE color: 11704797.
HSL color Cylindrical-coordinate representation of color #DD99B2: hue angle of 337.94º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99B2 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 178 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.13 |
| HSL | 337.94º | 0.5% | 0.73% | - |
| HSV(B) | 337.94º | 0.31% | 0.87% | - |
| XYZ | 49.25 | 41.37 | 47.51 | - |
| YUV | 176.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 178 | 0 | 0.31 | 0.19 | 0.13 | 337.94 | 0.5 | 0.73 |
| Hex | DD | 99 | B2 | 0 | 1F | 13 | D | 152 | 32 | 49 |
| Octal | 335 | 231 | 262 | 0 | 37 | 23 | 15 | 522 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10110010 | 0 | 11111 | 10011 | 1101 | 101010010 | 110010 | 1001001 |
Color Harmonies of #DD99B2
Complementary color
Monochromatic Colors of #DD99B2
Black with #DD99B2
Text Example
Text Example
White with #DD99B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99B2; }
p { color: rgb(221,153,178); }
H1.HeaderClassName
{
color: #DD99B2;
}
.AnyTagClassName
{
color: #DD99B2;
}
</style>
background-color css
<style>
a { background-color: #DD99B2; }
a { background-color: rgb(221,153,178); }
div.DivClassName
{
background-color: #DD99B2;
}
.BgClassName
{
background-color: #DD99B2;
}
</style>
border-color css
<style>
span { border-color: #DD99B2; }
span { border-color: rgb(221,153,178); }
td.TdClassName
{
border-color: #DD99B2;
}
.TagClassName
{
border-color: #DD99B2;
}
</style>