Shades of Kobi #DE7BAC
Tints of Kobi #DE7BAC
RGB
CMYK
RGB Variations
Color information
#DE7BAC (or 0xDE7BAC) is known color: Kobi. HEX triplet: DE, 7B and AC. RGB value is (222,123,172). Sum of RGB (Red+Green+Blue) = 222+123+172=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 123 (48.44% from 255 or 23.79% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BAC is #218453. Grayscale: #9E9E9E. Windows color (decimal): -2196564 or 11303902. OLE color: 11303902.
HSL color Cylindrical-coordinate representation of color #DE7BAC: hue angle of 330.3º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DE7BAC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 172 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 330.3º | 0.6% | 0.68% | - |
| HSV(B) | 330.3º | 0.45% | 0.87% | - |
| XYZ | 44.65 | 32.67 | 42.98 | - |
| YUV | 158.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 172 | 0 | 0.45 | 0.23 | 0.13 | 330.3 | 0.6 | 0.68 |
| Hex | DE | 7B | AC | 0 | 2D | 17 | D | 14A | 3C | 44 |
| Octal | 336 | 173 | 254 | 0 | 55 | 27 | 15 | 512 | 74 | 104 |
| Binary | 11011110 | 1111011 | 10101100 | 0 | 101101 | 10111 | 1101 | 101001010 | 111100 | 1000100 |
Color Harmonies of #DE7BAC
Complementary color
Monochromatic Colors of #DE7BAC
Black with #DE7BAC
Text Example
Text Example
White with #DE7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BAC; }
p { color: rgb(222,123,172); }
H1.HeaderClassName
{
color: #DE7BAC;
}
.AnyTagClassName
{
color: #DE7BAC;
}
</style>
background-color css
<style>
a { background-color: #DE7BAC; }
a { background-color: rgb(222,123,172); }
div.DivClassName
{
background-color: #DE7BAC;
}
.BgClassName
{
background-color: #DE7BAC;
}
</style>
border-color css
<style>
span { border-color: #DE7BAC; }
span { border-color: rgb(222,123,172); }
td.TdClassName
{
border-color: #DE7BAC;
}
.TagClassName
{
border-color: #DE7BAC;
}
</style>