Shades of Kobi #DE92A8
Tints of Kobi #DE92A8
RGB
CMYK
RGB Variations
Color information
#DE92A8 (or 0xDE92A8) is known color: Kobi. HEX triplet: DE, 92 and A8. RGB value is (222,146,168). Sum of RGB (Red+Green+Blue) = 222+146+168=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE92A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE92A8 is #216D57. Grayscale: #ABABAB. Windows color (decimal): -2190680 or 11047646. OLE color: 11047646.
HSL color Cylindrical-coordinate representation of color #DE92A8: hue angle of 342.63º degrees, saturation: 0.54, 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 #DE92A8 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 168 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.13 |
| HSL | 342.63º | 0.54% | 0.72% | - |
| HSV(B) | 342.63º | 0.34% | 0.87% | - |
| XYZ | 47.47 | 38.91 | 42.06 | - |
| YUV | 171.23 | 126.18 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 168 | 0 | 0.34 | 0.24 | 0.13 | 342.63 | 0.54 | 0.72 |
| Hex | DE | 92 | A8 | 0 | 22 | 18 | D | 157 | 36 | 48 |
| Octal | 336 | 222 | 250 | 0 | 42 | 30 | 15 | 527 | 66 | 110 |
| Binary | 11011110 | 10010010 | 10101000 | 0 | 100010 | 11000 | 1101 | 101010111 | 110110 | 1001000 |
Color Harmonies of #DE92A8
Complementary color
Monochromatic Colors of #DE92A8
Black with #DE92A8
Text Example
Text Example
White with #DE92A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE92A8; }
p { color: rgb(222,146,168); }
H1.HeaderClassName
{
color: #DE92A8;
}
.AnyTagClassName
{
color: #DE92A8;
}
</style>
background-color css
<style>
a { background-color: #DE92A8; }
a { background-color: rgb(222,146,168); }
div.DivClassName
{
background-color: #DE92A8;
}
.BgClassName
{
background-color: #DE92A8;
}
</style>
border-color css
<style>
span { border-color: #DE92A8; }
span { border-color: rgb(222,146,168); }
td.TdClassName
{
border-color: #DE92A8;
}
.TagClassName
{
border-color: #DE92A8;
}
</style>