Shades of Kobi #D999B2
Tints of Kobi #D999B2
RGB
CMYK
RGB Variations
Color information
#D999B2 (or 0xD999B2) is known color: Kobi. HEX triplet: D9, 99 and B2. RGB value is (217,153,178). Sum of RGB (Red+Green+Blue) = 217+153+178=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 153 (60.16% from 255 or 27.92% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D999B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D999B2 is #26664D. Grayscale: #AEAEAE. Windows color (decimal): -2516558 or 11704793. OLE color: 11704793.
HSL color Cylindrical-coordinate representation of color #D999B2: hue angle of 336.56º 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 #D999B2 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 153 | 178 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.15 |
| HSL | 336.56º | 0.46% | 0.73% | - |
| HSV(B) | 336.56º | 0.29% | 0.85% | - |
| XYZ | 48.04 | 40.75 | 47.45 | - |
| YUV | 174.99 | 129.7 | 157.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 153 | 178 | 0 | 0.29 | 0.18 | 0.15 | 336.56 | 0.46 | 0.73 |
| Hex | D9 | 99 | B2 | 0 | 1D | 12 | F | 151 | 2E | 49 |
| Octal | 331 | 231 | 262 | 0 | 35 | 22 | 17 | 521 | 56 | 111 |
| Binary | 11011001 | 10011001 | 10110010 | 0 | 11101 | 10010 | 1111 | 101010001 | 101110 | 1001001 |
Color Harmonies of #D999B2
Complementary color
Monochromatic Colors of #D999B2
Black with #D999B2
Text Example
Text Example
White with #D999B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D999B2; }
p { color: rgb(217,153,178); }
H1.HeaderClassName
{
color: #D999B2;
}
.AnyTagClassName
{
color: #D999B2;
}
</style>
background-color css
<style>
a { background-color: #D999B2; }
a { background-color: rgb(217,153,178); }
div.DivClassName
{
background-color: #D999B2;
}
.BgClassName
{
background-color: #D999B2;
}
</style>
border-color css
<style>
span { border-color: #D999B2; }
span { border-color: rgb(217,153,178); }
td.TdClassName
{
border-color: #D999B2;
}
.TagClassName
{
border-color: #D999B2;
}
</style>