Shades of Kobi #D999B4
Tints of Kobi #D999B4
RGB
CMYK
RGB Variations
Color information
#D999B4 (or 0xD999B4) is known color: Kobi. HEX triplet: D9, 99 and B4. RGB value is (217,153,180). Sum of RGB (Red+Green+Blue) = 217+153+180=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 180 (70.70% from 255 or 32.73% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D999B4 is #26664B. Grayscale: #AFAFAF. Windows color (decimal): -2516556 or 11835865. OLE color: 11835865.
HSL color Cylindrical-coordinate representation of color #D999B4: hue angle of 334.69º 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 #D999B4 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 180 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.15 |
| HSL | 334.69º | 0.46% | 0.73% | - |
| HSV(B) | 334.69º | 0.29% | 0.85% | - |
| XYZ | 48.24 | 40.83 | 48.52 | - |
| YUV | 175.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 180 | 0 | 0.29 | 0.17 | 0.15 | 334.69 | 0.46 | 0.73 |
| Hex | D9 | 99 | B4 | 0 | 1D | 11 | F | 14F | 2E | 49 |
| Octal | 331 | 231 | 264 | 0 | 35 | 21 | 17 | 517 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10110100 | 0 | 11101 | 10001 | 1111 | 101001111 | 101110 | 1001001 |
Color Harmonies of #D999B4
Complementary color
Monochromatic Colors of #D999B4
Black with #D999B4
Text Example
Text Example
White with #D999B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999B4; }
p { color: rgb(217,153,180); }
H1.HeaderClassName
{
color: #D999B4;
}
.AnyTagClassName
{
color: #D999B4;
}
</style>
background-color css
<style>
a { background-color: #D999B4; }
a { background-color: rgb(217,153,180); }
div.DivClassName
{
background-color: #D999B4;
}
.BgClassName
{
background-color: #D999B4;
}
</style>
border-color css
<style>
span { border-color: #D999B4; }
span { border-color: rgb(217,153,180); }
td.TdClassName
{
border-color: #D999B4;
}
.TagClassName
{
border-color: #D999B4;
}
</style>