Shades of Kobi #DD98AD
Tints of Kobi #DD98AD
RGB
CMYK
RGB Variations
Color information
#DD98AD (or 0xDD98AD) is known color: Kobi. HEX triplet: DD, 98 and AD. RGB value is (221,152,173). Sum of RGB (Red+Green+Blue) = 221+152+173=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98AD is #226752. Grayscale: #AFAFAF. Windows color (decimal): -2254675 or 11376861. OLE color: 11376861.
HSL color Cylindrical-coordinate representation of color #DD98AD: hue angle of 341.74º 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 #DD98AD is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 173 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.13 |
| HSL | 341.74º | 0.5% | 0.73% | - |
| HSV(B) | 341.74º | 0.31% | 0.87% | - |
| XYZ | 48.59 | 40.85 | 44.86 | - |
| YUV | 175.03 | 126.86 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 173 | 0 | 0.31 | 0.22 | 0.13 | 341.74 | 0.5 | 0.73 |
| Hex | DD | 98 | AD | 0 | 1F | 16 | D | 156 | 32 | 49 |
| Octal | 335 | 230 | 255 | 0 | 37 | 26 | 15 | 526 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10101101 | 0 | 11111 | 10110 | 1101 | 101010110 | 110010 | 1001001 |
Color Harmonies of #DD98AD
Complementary color
Monochromatic Colors of #DD98AD
Black with #DD98AD
Text Example
Text Example
White with #DD98AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98AD; }
p { color: rgb(221,152,173); }
H1.HeaderClassName
{
color: #DD98AD;
}
.AnyTagClassName
{
color: #DD98AD;
}
</style>
background-color css
<style>
a { background-color: #DD98AD; }
a { background-color: rgb(221,152,173); }
div.DivClassName
{
background-color: #DD98AD;
}
.BgClassName
{
background-color: #DD98AD;
}
</style>
border-color css
<style>
span { border-color: #DD98AD; }
span { border-color: rgb(221,152,173); }
td.TdClassName
{
border-color: #DD98AD;
}
.TagClassName
{
border-color: #DD98AD;
}
</style>