Shades of Kobi #D999B1
Tints of Kobi #D999B1
RGB
CMYK
RGB Variations
Color information
#D999B1 (or 0xD999B1) is known color: Kobi. HEX triplet: D9, 99 and B1. RGB value is (217,153,177). Sum of RGB (Red+Green+Blue) = 217+153+177=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 153 (60.16% from 255 or 27.97% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999B1 is #26664E. Grayscale: #AEAEAE. Windows color (decimal): -2516559 or 11639257. OLE color: 11639257.
HSL color Cylindrical-coordinate representation of color #D999B1: hue angle of 337.5º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D999B1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 177 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 337.5º | 0.46% | 0.73% | - |
| HSV(B) | 337.5º | 0.29% | 0.85% | - |
| XYZ | 47.94 | 40.71 | 46.93 | - |
| YUV | 174.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 177 | 0 | 0.29 | 0.18 | 0.15 | 337.5 | 0.46 | 0.73 |
| Hex | D9 | 99 | B1 | 0 | 1D | 12 | F | 152 | 2E | 49 |
| Octal | 331 | 231 | 261 | 0 | 35 | 22 | 17 | 522 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10110001 | 0 | 11101 | 10010 | 1111 | 101010010 | 101110 | 1001001 |
Color Harmonies of #D999B1
Complementary color
Monochromatic Colors of #D999B1
Black with #D999B1
Text Example
Text Example
White with #D999B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999B1; }
p { color: rgb(217,153,177); }
H1.HeaderClassName
{
color: #D999B1;
}
.AnyTagClassName
{
color: #D999B1;
}
</style>
background-color css
<style>
a { background-color: #D999B1; }
a { background-color: rgb(217,153,177); }
div.DivClassName
{
background-color: #D999B1;
}
.BgClassName
{
background-color: #D999B1;
}
</style>
border-color css
<style>
span { border-color: #D999B1; }
span { border-color: rgb(217,153,177); }
td.TdClassName
{
border-color: #D999B1;
}
.TagClassName
{
border-color: #D999B1;
}
</style>