Shades of Kobi #DE959F
Tints of Kobi #DE959F
RGB
CMYK
RGB Variations
Color information
#DE959F (or 0xDE959F) is known color: Kobi. HEX triplet: DE, 95 and 9F. RGB value is (222,149,159). Sum of RGB (Red+Green+Blue) = 222+149+159=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 149 (58.59% from 255 or 28.11% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DE959F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE959F is #216A60. Grayscale: #ACACAC. Windows color (decimal): -2189921 or 10458590. OLE color: 10458590.
HSL color Cylindrical-coordinate representation of color #DE959F: hue angle of 351.78º 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 #DE959F is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 149 | 159 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.13 |
| HSL | 351.78º | 0.53% | 0.73% | - |
| HSV(B) | 351.78º | 0.33% | 0.87% | - |
| XYZ | 47.13 | 39.53 | 37.95 | - |
| YUV | 171.97 | 120.68 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 149 | 159 | 0 | 0.33 | 0.28 | 0.13 | 351.78 | 0.53 | 0.73 |
| Hex | DE | 95 | 9F | 0 | 21 | 1C | D | 160 | 35 | 49 |
| Octal | 336 | 225 | 237 | 0 | 41 | 34 | 15 | 540 | 65 | 111 |
| Binary | 11011110 | 10010101 | 10011111 | 0 | 100001 | 11100 | 1101 | 101100000 | 110101 | 1001001 |
Color Harmonies of #DE959F
Complementary color
Monochromatic Colors of #DE959F
Black with #DE959F
Text Example
Text Example
White with #DE959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE959F; }
p { color: rgb(222,149,159); }
H1.HeaderClassName
{
color: #DE959F;
}
.AnyTagClassName
{
color: #DE959F;
}
</style>
background-color css
<style>
a { background-color: #DE959F; }
a { background-color: rgb(222,149,159); }
div.DivClassName
{
background-color: #DE959F;
}
.BgClassName
{
background-color: #DE959F;
}
</style>
border-color css
<style>
span { border-color: #DE959F; }
span { border-color: rgb(222,149,159); }
td.TdClassName
{
border-color: #DE959F;
}
.TagClassName
{
border-color: #DE959F;
}
</style>