Shades of Kobi #DD99B3
Tints of Kobi #DD99B3
RGB
CMYK
RGB Variations
Color information
#DD99B3 (or 0xDD99B3) is known color: Kobi. HEX triplet: DD, 99 and B3. RGB value is (221,153,179). Sum of RGB (Red+Green+Blue) = 221+153+179=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 153 (60.16% from 255 or 27.67% from 553); Blue value is 179 (70.31% from 255 or 32.37% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99B3 is #22664C. Grayscale: #B0B0B0. Windows color (decimal): -2254413 or 11770333. OLE color: 11770333.
HSL color Cylindrical-coordinate representation of color #DD99B3: hue angle of 337.06º 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 #DD99B3 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 179 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.13 |
| HSL | 337.06º | 0.5% | 0.73% | - |
| HSV(B) | 337.06º | 0.31% | 0.87% | - |
| XYZ | 49.35 | 41.41 | 48.04 | - |
| YUV | 176.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 179 | 0 | 0.31 | 0.19 | 0.13 | 337.06 | 0.5 | 0.73 |
| Hex | DD | 99 | B3 | 0 | 1F | 13 | D | 151 | 32 | 49 |
| Octal | 335 | 231 | 263 | 0 | 37 | 23 | 15 | 521 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10110011 | 0 | 11111 | 10011 | 1101 | 101010001 | 110010 | 1001001 |
Color Harmonies of #DD99B3
Complementary color
Monochromatic Colors of #DD99B3
Black with #DD99B3
Text Example
Text Example
White with #DD99B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99B3; }
p { color: rgb(221,153,179); }
H1.HeaderClassName
{
color: #DD99B3;
}
.AnyTagClassName
{
color: #DD99B3;
}
</style>
background-color css
<style>
a { background-color: #DD99B3; }
a { background-color: rgb(221,153,179); }
div.DivClassName
{
background-color: #DD99B3;
}
.BgClassName
{
background-color: #DD99B3;
}
</style>
border-color css
<style>
span { border-color: #DD99B3; }
span { border-color: rgb(221,153,179); }
td.TdClassName
{
border-color: #DD99B3;
}
.TagClassName
{
border-color: #DD99B3;
}
</style>