Shades of Kobi #D999B0
Tints of Kobi #D999B0
RGB
CMYK
RGB Variations
Color information
#D999B0 (or 0xD999B0) is known color: Kobi. HEX triplet: D9, 99 and B0. RGB value is (217,153,176). Sum of RGB (Red+Green+Blue) = 217+153+176=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999B0 is #26664F. Grayscale: #AEAEAE. Windows color (decimal): -2516560 or 11573721. OLE color: 11573721.
HSL color Cylindrical-coordinate representation of color #D999B0: hue angle of 338.44º 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 #D999B0 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 176 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.15 |
| HSL | 338.44º | 0.46% | 0.73% | - |
| HSV(B) | 338.44º | 0.29% | 0.85% | - |
| XYZ | 47.84 | 40.67 | 46.4 | - |
| YUV | 174.76 | 128.7 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 176 | 0 | 0.29 | 0.19 | 0.15 | 338.44 | 0.46 | 0.73 |
| Hex | D9 | 99 | B0 | 0 | 1D | 13 | F | 152 | 2E | 49 |
| Octal | 331 | 231 | 260 | 0 | 35 | 23 | 17 | 522 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10110000 | 0 | 11101 | 10011 | 1111 | 101010010 | 101110 | 1001001 |
Color Harmonies of #D999B0
Complementary color
Monochromatic Colors of #D999B0
Black with #D999B0
Text Example
Text Example
White with #D999B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999B0; }
p { color: rgb(217,153,176); }
H1.HeaderClassName
{
color: #D999B0;
}
.AnyTagClassName
{
color: #D999B0;
}
</style>
background-color css
<style>
a { background-color: #D999B0; }
a { background-color: rgb(217,153,176); }
div.DivClassName
{
background-color: #D999B0;
}
.BgClassName
{
background-color: #D999B0;
}
</style>
border-color css
<style>
span { border-color: #D999B0; }
span { border-color: rgb(217,153,176); }
td.TdClassName
{
border-color: #D999B0;
}
.TagClassName
{
border-color: #D999B0;
}
</style>