Shades of Kobi #DD98B3
Tints of Kobi #DD98B3
RGB
CMYK
RGB Variations
Color information
#DD98B3 (or 0xDD98B3) is known color: Kobi. HEX triplet: DD, 98 and B3. RGB value is (221,152,179). Sum of RGB (Red+Green+Blue) = 221+152+179=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 179 (70.31% from 255 or 32.43% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD98B3 is #22674C. Grayscale: #AFAFAF. Windows color (decimal): -2254669 or 11770077. OLE color: 11770077.
HSL color Cylindrical-coordinate representation of color #DD98B3: hue angle of 336.52º 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 #DD98B3 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 179 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.13 |
| HSL | 336.52º | 0.5% | 0.73% | - |
| HSV(B) | 336.52º | 0.31% | 0.87% | - |
| XYZ | 49.18 | 41.08 | 47.99 | - |
| YUV | 175.71 | 129.86 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 179 | 0 | 0.31 | 0.19 | 0.13 | 336.52 | 0.5 | 0.73 |
| Hex | DD | 98 | B3 | 0 | 1F | 13 | D | 151 | 32 | 49 |
| Octal | 335 | 230 | 263 | 0 | 37 | 23 | 15 | 521 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10110011 | 0 | 11111 | 10011 | 1101 | 101010001 | 110010 | 1001001 |
Color Harmonies of #DD98B3
Complementary color
Monochromatic Colors of #DD98B3
Black with #DD98B3
Text Example
Text Example
White with #DD98B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98B3; }
p { color: rgb(221,152,179); }
H1.HeaderClassName
{
color: #DD98B3;
}
.AnyTagClassName
{
color: #DD98B3;
}
</style>
background-color css
<style>
a { background-color: #DD98B3; }
a { background-color: rgb(221,152,179); }
div.DivClassName
{
background-color: #DD98B3;
}
.BgClassName
{
background-color: #DD98B3;
}
</style>
border-color css
<style>
span { border-color: #DD98B3; }
span { border-color: rgb(221,152,179); }
td.TdClassName
{
border-color: #DD98B3;
}
.TagClassName
{
border-color: #DD98B3;
}
</style>