Shades of Kobi #DD99AD
Tints of Kobi #DD99AD
RGB
CMYK
RGB Variations
Color information
#DD99AD (or 0xDD99AD) is known color: Kobi. HEX triplet: DD, 99 and AD. RGB value is (221,153,173). Sum of RGB (Red+Green+Blue) = 221+153+173=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 173 (67.97% from 255 or 31.63% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD99AD is #226652. Grayscale: #AFAFAF. Windows color (decimal): -2254419 or 11377117. OLE color: 11377117.
HSL color Cylindrical-coordinate representation of color #DD99AD: hue angle of 342.35º 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 #DD99AD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 153 | 173 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.13 |
| HSL | 342.35º | 0.5% | 0.73% | - |
| HSV(B) | 342.35º | 0.31% | 0.87% | - |
| XYZ | 48.75 | 41.17 | 44.91 | - |
| YUV | 175.61 | 126.53 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 153 | 173 | 0 | 0.31 | 0.22 | 0.13 | 342.35 | 0.5 | 0.73 |
| Hex | DD | 99 | AD | 0 | 1F | 16 | D | 156 | 32 | 49 |
| Octal | 335 | 231 | 255 | 0 | 37 | 26 | 15 | 526 | 62 | 111 |
| Binary | 11011101 | 10011001 | 10101101 | 0 | 11111 | 10110 | 1101 | 101010110 | 110010 | 1001001 |
Color Harmonies of #DD99AD
Complementary color
Monochromatic Colors of #DD99AD
Black with #DD99AD
Text Example
Text Example
White with #DD99AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD99AD; }
p { color: rgb(221,153,173); }
H1.HeaderClassName
{
color: #DD99AD;
}
.AnyTagClassName
{
color: #DD99AD;
}
</style>
background-color css
<style>
a { background-color: #DD99AD; }
a { background-color: rgb(221,153,173); }
div.DivClassName
{
background-color: #DD99AD;
}
.BgClassName
{
background-color: #DD99AD;
}
</style>
border-color css
<style>
span { border-color: #DD99AD; }
span { border-color: rgb(221,153,173); }
td.TdClassName
{
border-color: #DD99AD;
}
.TagClassName
{
border-color: #DD99AD;
}
</style>