Shades of Kobi #DD98B2
Tints of Kobi #DD98B2
RGB
CMYK
RGB Variations
Color information
#DD98B2 (or 0xDD98B2) is known color: Kobi. HEX triplet: DD, 98 and B2. RGB value is (221,152,178). Sum of RGB (Red+Green+Blue) = 221+152+178=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 178 (69.92% from 255 or 32.30% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DD98B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD98B2 is #22674D. Grayscale: #AFAFAF. Windows color (decimal): -2254670 or 11704541. OLE color: 11704541.
HSL color Cylindrical-coordinate representation of color #DD98B2: hue angle of 337.39º 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 #DD98B2 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 152 | 178 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.13 |
| HSL | 337.39º | 0.5% | 0.73% | - |
| HSV(B) | 337.39º | 0.31% | 0.87% | - |
| XYZ | 49.08 | 41.04 | 47.45 | - |
| YUV | 175.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 152 | 178 | 0 | 0.31 | 0.19 | 0.13 | 337.39 | 0.5 | 0.73 |
| Hex | DD | 98 | B2 | 0 | 1F | 13 | D | 151 | 32 | 49 |
| Octal | 335 | 230 | 262 | 0 | 37 | 23 | 15 | 521 | 62 | 111 |
| Binary | 11011101 | 10011000 | 10110010 | 0 | 11111 | 10011 | 1101 | 101010001 | 110010 | 1001001 |
Color Harmonies of #DD98B2
Complementary color
Monochromatic Colors of #DD98B2
Black with #DD98B2
Text Example
Text Example
White with #DD98B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD98B2; }
p { color: rgb(221,152,178); }
H1.HeaderClassName
{
color: #DD98B2;
}
.AnyTagClassName
{
color: #DD98B2;
}
</style>
background-color css
<style>
a { background-color: #DD98B2; }
a { background-color: rgb(221,152,178); }
div.DivClassName
{
background-color: #DD98B2;
}
.BgClassName
{
background-color: #DD98B2;
}
</style>
border-color css
<style>
span { border-color: #DD98B2; }
span { border-color: rgb(221,152,178); }
td.TdClassName
{
border-color: #DD98B2;
}
.TagClassName
{
border-color: #DD98B2;
}
</style>