Shades of Kobi #DF7BA9
Tints of Kobi #DF7BA9
RGB
CMYK
RGB Variations
Color information
#DF7BA9 (or 0xDF7BA9) is known color: Kobi. HEX triplet: DF, 7B and A9. RGB value is (223,123,169). Sum of RGB (Red+Green+Blue) = 223+123+169=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 169 (66.41% from 255 or 32.82% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BA9 is #208456. Grayscale: #9E9E9E. Windows color (decimal): -2131031 or 11107295. OLE color: 11107295.
HSL color Cylindrical-coordinate representation of color #DF7BA9: hue angle of 332.4º degrees, saturation: 0.61, 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 #DF7BA9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 169 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.13 |
| HSL | 332.4º | 0.61% | 0.68% | - |
| HSV(B) | 332.4º | 0.45% | 0.87% | - |
| XYZ | 44.68 | 32.72 | 41.5 | - |
| YUV | 158.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 169 | 0 | 0.45 | 0.24 | 0.13 | 332.4 | 0.61 | 0.68 |
| Hex | DF | 7B | A9 | 0 | 2D | 18 | D | 14C | 3D | 44 |
| Octal | 337 | 173 | 251 | 0 | 55 | 30 | 15 | 514 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10101001 | 0 | 101101 | 11000 | 1101 | 101001100 | 111101 | 1000100 |
Color Harmonies of #DF7BA9
Complementary color
Monochromatic Colors of #DF7BA9
Black with #DF7BA9
Text Example
Text Example
White with #DF7BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BA9; }
p { color: rgb(223,123,169); }
H1.HeaderClassName
{
color: #DF7BA9;
}
.AnyTagClassName
{
color: #DF7BA9;
}
</style>
background-color css
<style>
a { background-color: #DF7BA9; }
a { background-color: rgb(223,123,169); }
div.DivClassName
{
background-color: #DF7BA9;
}
.BgClassName
{
background-color: #DF7BA9;
}
</style>
border-color css
<style>
span { border-color: #DF7BA9; }
span { border-color: rgb(223,123,169); }
td.TdClassName
{
border-color: #DF7BA9;
}
.TagClassName
{
border-color: #DF7BA9;
}
</style>