Shades of Kobi #D99BB1
Tints of Kobi #D99BB1
RGB
CMYK
RGB Variations
Color information
#D99BB1 (or 0xD99BB1) is known color: Kobi. HEX triplet: D9, 9B and B1. RGB value is (217,155,177). Sum of RGB (Red+Green+Blue) = 217+155+177=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 177 (69.53% from 255 or 32.24% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D99BB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99BB1 is #26644E. Grayscale: #B0B0B0. Windows color (decimal): -2516047 or 11639769. OLE color: 11639769.
HSL color Cylindrical-coordinate representation of color #D99BB1: hue angle of 338.71º degrees, saturation: 0.45, 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 #D99BB1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 155 | 177 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 338.71º | 0.45% | 0.73% | - |
| HSV(B) | 338.71º | 0.29% | 0.85% | - |
| XYZ | 48.27 | 41.37 | 47.04 | - |
| YUV | 176.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 155 | 177 | 0 | 0.29 | 0.18 | 0.15 | 338.71 | 0.45 | 0.73 |
| Hex | D9 | 9B | B1 | 0 | 1D | 12 | F | 153 | 2D | 49 |
| Octal | 331 | 233 | 261 | 0 | 35 | 22 | 17 | 523 | 55 | 111 |
| Binary | 11011001 | 10011011 | 10110001 | 0 | 11101 | 10010 | 1111 | 101010011 | 101101 | 1001001 |
Color Harmonies of #D99BB1
Complementary color
Monochromatic Colors of #D99BB1
Black with #D99BB1
Text Example
Text Example
White with #D99BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99BB1; }
p { color: rgb(217,155,177); }
H1.HeaderClassName
{
color: #D99BB1;
}
.AnyTagClassName
{
color: #D99BB1;
}
</style>
background-color css
<style>
a { background-color: #D99BB1; }
a { background-color: rgb(217,155,177); }
div.DivClassName
{
background-color: #D99BB1;
}
.BgClassName
{
background-color: #D99BB1;
}
</style>
border-color css
<style>
span { border-color: #D99BB1; }
span { border-color: rgb(217,155,177); }
td.TdClassName
{
border-color: #D99BB1;
}
.TagClassName
{
border-color: #D99BB1;
}
</style>