Shades of Kobi #D98DB1
Tints of Kobi #D98DB1
RGB
CMYK
RGB Variations
Color information
#D98DB1 (or 0xD98DB1) is known color: Kobi. HEX triplet: D9, 8D and B1. RGB value is (217,141,177). Sum of RGB (Red+Green+Blue) = 217+141+177=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 177 (69.53% from 255 or 33.08% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DB1 is #26724E. Grayscale: #A7A7A7. Windows color (decimal): -2519631 or 11636185. OLE color: 11636185.
HSL color Cylindrical-coordinate representation of color #D98DB1: hue angle of 331.58º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D98DB1 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 177 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.15 |
| HSL | 331.58º | 0.5% | 0.7% | - |
| HSV(B) | 331.58º | 0.35% | 0.85% | - |
| XYZ | 46.08 | 36.98 | 46.3 | - |
| YUV | 167.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 177 | 0 | 0.35 | 0.18 | 0.15 | 331.58 | 0.5 | 0.7 |
| Hex | D9 | 8D | B1 | 0 | 23 | 12 | F | 14C | 32 | 46 |
| Octal | 331 | 215 | 261 | 0 | 43 | 22 | 17 | 514 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10110001 | 0 | 100011 | 10010 | 1111 | 101001100 | 110010 | 1000110 |
Color Harmonies of #D98DB1
Complementary color
Monochromatic Colors of #D98DB1
Black with #D98DB1
Text Example
Text Example
White with #D98DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DB1; }
p { color: rgb(217,141,177); }
H1.HeaderClassName
{
color: #D98DB1;
}
.AnyTagClassName
{
color: #D98DB1;
}
</style>
background-color css
<style>
a { background-color: #D98DB1; }
a { background-color: rgb(217,141,177); }
div.DivClassName
{
background-color: #D98DB1;
}
.BgClassName
{
background-color: #D98DB1;
}
</style>
border-color css
<style>
span { border-color: #D98DB1; }
span { border-color: rgb(217,141,177); }
td.TdClassName
{
border-color: #D98DB1;
}
.TagClassName
{
border-color: #D98DB1;
}
</style>