Shades of Kobi #D98DB2
Tints of Kobi #D98DB2
RGB
CMYK
RGB Variations
Color information
#D98DB2 (or 0xD98DB2) is known color: Kobi. HEX triplet: D9, 8D and B2. RGB value is (217,141,178). Sum of RGB (Red+Green+Blue) = 217+141+178=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 178 (69.92% from 255 or 33.21% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D98DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98DB2 is #26724D. Grayscale: #A7A7A7. Windows color (decimal): -2519630 or 11701721. OLE color: 11701721.
HSL color Cylindrical-coordinate representation of color #D98DB2: hue angle of 330.79º 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 #D98DB2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 178 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.15 |
| HSL | 330.79º | 0.5% | 0.7% | - |
| HSV(B) | 330.79º | 0.35% | 0.85% | - |
| XYZ | 46.18 | 37.02 | 46.83 | - |
| YUV | 167.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 178 | 0 | 0.35 | 0.18 | 0.15 | 330.79 | 0.5 | 0.7 |
| Hex | D9 | 8D | B2 | 0 | 23 | 12 | F | 14B | 32 | 46 |
| Octal | 331 | 215 | 262 | 0 | 43 | 22 | 17 | 513 | 62 | 106 |
| Binary | 11011001 | 10001101 | 10110010 | 0 | 100011 | 10010 | 1111 | 101001011 | 110010 | 1000110 |
Color Harmonies of #D98DB2
Complementary color
Monochromatic Colors of #D98DB2
Black with #D98DB2
Text Example
Text Example
White with #D98DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98DB2; }
p { color: rgb(217,141,178); }
H1.HeaderClassName
{
color: #D98DB2;
}
.AnyTagClassName
{
color: #D98DB2;
}
</style>
background-color css
<style>
a { background-color: #D98DB2; }
a { background-color: rgb(217,141,178); }
div.DivClassName
{
background-color: #D98DB2;
}
.BgClassName
{
background-color: #D98DB2;
}
</style>
border-color css
<style>
span { border-color: #D98DB2; }
span { border-color: rgb(217,141,178); }
td.TdClassName
{
border-color: #D98DB2;
}
.TagClassName
{
border-color: #D98DB2;
}
</style>