Shades of Kobi #DE949F
Tints of Kobi #DE949F
RGB
CMYK
RGB Variations
Color information
#DE949F (or 0xDE949F) is known color: Kobi. HEX triplet: DE, 94 and 9F. RGB value is (222,148,159). Sum of RGB (Red+Green+Blue) = 222+148+159=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 159 (62.5% from 255 or 30.06% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE949F is #216B60. Grayscale: #ABABAB. Windows color (decimal): -2190177 or 10458334. OLE color: 10458334.
HSL color Cylindrical-coordinate representation of color #DE949F: hue angle of 351.08º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE949F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 148 | 159 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.13 |
| HSL | 351.08º | 0.53% | 0.73% | - |
| HSV(B) | 351.08º | 0.33% | 0.87% | - |
| XYZ | 46.97 | 39.21 | 37.89 | - |
| YUV | 171.38 | 121.02 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 148 | 159 | 0 | 0.33 | 0.28 | 0.13 | 351.08 | 0.53 | 0.73 |
| Hex | DE | 94 | 9F | 0 | 21 | 1C | D | 15F | 35 | 49 |
| Octal | 336 | 224 | 237 | 0 | 41 | 34 | 15 | 537 | 65 | 111 |
| Binary | 11011110 | 10010100 | 10011111 | 0 | 100001 | 11100 | 1101 | 101011111 | 110101 | 1001001 |
Color Harmonies of #DE949F
Complementary color
Monochromatic Colors of #DE949F
Black with #DE949F
Text Example
Text Example
White with #DE949F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE949F; }
p { color: rgb(222,148,159); }
H1.HeaderClassName
{
color: #DE949F;
}
.AnyTagClassName
{
color: #DE949F;
}
</style>
background-color css
<style>
a { background-color: #DE949F; }
a { background-color: rgb(222,148,159); }
div.DivClassName
{
background-color: #DE949F;
}
.BgClassName
{
background-color: #DE949F;
}
</style>
border-color css
<style>
span { border-color: #DE949F; }
span { border-color: rgb(222,148,159); }
td.TdClassName
{
border-color: #DE949F;
}
.TagClassName
{
border-color: #DE949F;
}
</style>