Shades of Kobi #DE939F
Tints of Kobi #DE939F
RGB
CMYK
RGB Variations
Color information
#DE939F (or 0xDE939F) is known color: Kobi. HEX triplet: DE, 93 and 9F. RGB value is (222,147,159). Sum of RGB (Red+Green+Blue) = 222+147+159=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DE939F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE939F is #216C60. Grayscale: #AAAAAA. Windows color (decimal): -2190433 or 10458078. OLE color: 10458078.
HSL color Cylindrical-coordinate representation of color #DE939F: hue angle of 350.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE939F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 159 | - |
| CMYK | 0 | 0.34 | 0.28 | 0.13 |
| HSL | 350.4º | 0.53% | 0.72% | - |
| HSV(B) | 350.4º | 0.34% | 0.87% | - |
| XYZ | 46.82 | 38.9 | 37.84 | - |
| YUV | 170.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 159 | 0 | 0.34 | 0.28 | 0.13 | 350.4 | 0.53 | 0.72 |
| Hex | DE | 93 | 9F | 0 | 22 | 1C | D | 15E | 35 | 48 |
| Octal | 336 | 223 | 237 | 0 | 42 | 34 | 15 | 536 | 65 | 110 |
| Binary | 11011110 | 10010011 | 10011111 | 0 | 100010 | 11100 | 1101 | 101011110 | 110101 | 1001000 |
Color Harmonies of #DE939F
Complementary color
Monochromatic Colors of #DE939F
Black with #DE939F
Text Example
Text Example
White with #DE939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE939F; }
p { color: rgb(222,147,159); }
H1.HeaderClassName
{
color: #DE939F;
}
.AnyTagClassName
{
color: #DE939F;
}
</style>
background-color css
<style>
a { background-color: #DE939F; }
a { background-color: rgb(222,147,159); }
div.DivClassName
{
background-color: #DE939F;
}
.BgClassName
{
background-color: #DE939F;
}
</style>
border-color css
<style>
span { border-color: #DE939F; }
span { border-color: rgb(222,147,159); }
td.TdClassName
{
border-color: #DE939F;
}
.TagClassName
{
border-color: #DE939F;
}
</style>