Shades of Kobi #DE8FA9
Tints of Kobi #DE8FA9
RGB
CMYK
RGB Variations
Color information
#DE8FA9 (or 0xDE8FA9) is known color: Kobi. HEX triplet: DE, 8F and A9. RGB value is (222,143,169). Sum of RGB (Red+Green+Blue) = 222+143+169=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 169 (66.41% from 255 or 31.65% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8FA9 is #217056. Grayscale: #A9A9A9. Windows color (decimal): -2191447 or 11112414. OLE color: 11112414.
HSL color Cylindrical-coordinate representation of color #DE8FA9: hue angle of 340.25º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8FA9 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 143 | 169 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.13 |
| HSL | 340.25º | 0.54% | 0.72% | - |
| HSV(B) | 340.25º | 0.36% | 0.87% | - |
| XYZ | 47.11 | 38.04 | 42.4 | - |
| YUV | 169.59 | 127.67 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 143 | 169 | 0 | 0.36 | 0.24 | 0.13 | 340.25 | 0.54 | 0.72 |
| Hex | DE | 8F | A9 | 0 | 24 | 18 | D | 154 | 36 | 48 |
| Octal | 336 | 217 | 251 | 0 | 44 | 30 | 15 | 524 | 66 | 110 |
| Binary | 11011110 | 10001111 | 10101001 | 0 | 100100 | 11000 | 1101 | 101010100 | 110110 | 1001000 |
Color Harmonies of #DE8FA9
Complementary color
Monochromatic Colors of #DE8FA9
Black with #DE8FA9
Text Example
Text Example
White with #DE8FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8FA9; }
p { color: rgb(222,143,169); }
H1.HeaderClassName
{
color: #DE8FA9;
}
.AnyTagClassName
{
color: #DE8FA9;
}
</style>
background-color css
<style>
a { background-color: #DE8FA9; }
a { background-color: rgb(222,143,169); }
div.DivClassName
{
background-color: #DE8FA9;
}
.BgClassName
{
background-color: #DE8FA9;
}
</style>
border-color css
<style>
span { border-color: #DE8FA9; }
span { border-color: rgb(222,143,169); }
td.TdClassName
{
border-color: #DE8FA9;
}
.TagClassName
{
border-color: #DE8FA9;
}
</style>