Shades of Kobi #DE7BAA
Tints of Kobi #DE7BAA
RGB
CMYK
RGB Variations
Color information
#DE7BAA (or 0xDE7BAA) is known color: Kobi. HEX triplet: DE, 7B and AA. RGB value is (222,123,170). Sum of RGB (Red+Green+Blue) = 222+123+170=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 170 (66.80% from 255 or 33.01% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7BAA is #218455. Grayscale: #9D9D9D. Windows color (decimal): -2196566 or 11172830. OLE color: 11172830.
HSL color Cylindrical-coordinate representation of color #DE7BAA: hue angle of 331.52º 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 #DE7BAA is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 123 | 170 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 331.52º | 0.6% | 0.68% | - |
| HSV(B) | 331.52º | 0.45% | 0.87% | - |
| XYZ | 44.46 | 32.6 | 41.98 | - |
| YUV | 157.96 | 134.8 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 123 | 170 | 0 | 0.45 | 0.23 | 0.13 | 331.52 | 0.6 | 0.68 |
| Hex | DE | 7B | AA | 0 | 2D | 17 | D | 14C | 3C | 44 |
| Octal | 336 | 173 | 252 | 0 | 55 | 27 | 15 | 514 | 74 | 104 |
| Binary | 11011110 | 1111011 | 10101010 | 0 | 101101 | 10111 | 1101 | 101001100 | 111100 | 1000100 |
Color Harmonies of #DE7BAA
Complementary color
Monochromatic Colors of #DE7BAA
Black with #DE7BAA
Text Example
Text Example
White with #DE7BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE7BAA; }
p { color: rgb(222,123,170); }
H1.HeaderClassName
{
color: #DE7BAA;
}
.AnyTagClassName
{
color: #DE7BAA;
}
</style>
background-color css
<style>
a { background-color: #DE7BAA; }
a { background-color: rgb(222,123,170); }
div.DivClassName
{
background-color: #DE7BAA;
}
.BgClassName
{
background-color: #DE7BAA;
}
</style>
border-color css
<style>
span { border-color: #DE7BAA; }
span { border-color: rgb(222,123,170); }
td.TdClassName
{
border-color: #DE7BAA;
}
.TagClassName
{
border-color: #DE7BAA;
}
</style>