Shades of Kobi #DE99B1
Tints of Kobi #DE99B1
RGB
CMYK
RGB Variations
Color information
#DE99B1 (or 0xDE99B1) is known color: Kobi. HEX triplet: DE, 99 and B1. RGB value is (222,153,177). Sum of RGB (Red+Green+Blue) = 222+153+177=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 153 (60.16% from 255 or 27.72% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DE99B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE99B1 is #21664E. Grayscale: #B0B0B0. Windows color (decimal): -2188879 or 11639262. OLE color: 11639262.
HSL color Cylindrical-coordinate representation of color #DE99B1: hue angle of 339.13º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DE99B1 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 153 | 177 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.13 |
| HSL | 339.13º | 0.51% | 0.74% | - |
| HSV(B) | 339.13º | 0.31% | 0.87% | - |
| XYZ | 49.45 | 41.49 | 47 | - |
| YUV | 176.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 153 | 177 | 0 | 0.31 | 0.20 | 0.13 | 339.13 | 0.51 | 0.74 |
| Hex | DE | 99 | B1 | 0 | 1F | 14 | D | 153 | 33 | 4A |
| Octal | 336 | 231 | 261 | 0 | 37 | 24 | 15 | 523 | 63 | 112 |
| Binary | 11011110 | 10011001 | 10110001 | 0 | 11111 | 10100 | 1101 | 101010011 | 110011 | 1001010 |
Color Harmonies of #DE99B1
Complementary color
Monochromatic Colors of #DE99B1
Black with #DE99B1
Text Example
Text Example
White with #DE99B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE99B1; }
p { color: rgb(222,153,177); }
H1.HeaderClassName
{
color: #DE99B1;
}
.AnyTagClassName
{
color: #DE99B1;
}
</style>
background-color css
<style>
a { background-color: #DE99B1; }
a { background-color: rgb(222,153,177); }
div.DivClassName
{
background-color: #DE99B1;
}
.BgClassName
{
background-color: #DE99B1;
}
</style>
border-color css
<style>
span { border-color: #DE99B1; }
span { border-color: rgb(222,153,177); }
td.TdClassName
{
border-color: #DE99B1;
}
.TagClassName
{
border-color: #DE99B1;
}
</style>