Shades of Kobi #DF7BAC
Tints of Kobi #DF7BAC
RGB
CMYK
RGB Variations
Color information
#DF7BAC (or 0xDF7BAC) is known color: Kobi. HEX triplet: DF, 7B and AC. RGB value is (223,123,172). Sum of RGB (Red+Green+Blue) = 223+123+172=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7BAC is #208453. Grayscale: #9E9E9E. Windows color (decimal): -2131028 or 11303903. OLE color: 11303903.
HSL color Cylindrical-coordinate representation of color #DF7BAC: hue angle of 330.6º 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 #DF7BAC is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 123 | 172 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.13 |
| HSL | 330.6º | 0.61% | 0.68% | - |
| HSV(B) | 330.6º | 0.45% | 0.87% | - |
| XYZ | 44.96 | 32.83 | 43 | - |
| YUV | 158.49 | 135.63 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 123 | 172 | 0 | 0.45 | 0.23 | 0.13 | 330.6 | 0.61 | 0.68 |
| Hex | DF | 7B | AC | 0 | 2D | 17 | D | 14B | 3D | 44 |
| Octal | 337 | 173 | 254 | 0 | 55 | 27 | 15 | 513 | 75 | 104 |
| Binary | 11011111 | 1111011 | 10101100 | 0 | 101101 | 10111 | 1101 | 101001011 | 111101 | 1000100 |
Color Harmonies of #DF7BAC
Complementary color
Monochromatic Colors of #DF7BAC
Black with #DF7BAC
Text Example
Text Example
White with #DF7BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7BAC; }
p { color: rgb(223,123,172); }
H1.HeaderClassName
{
color: #DF7BAC;
}
.AnyTagClassName
{
color: #DF7BAC;
}
</style>
background-color css
<style>
a { background-color: #DF7BAC; }
a { background-color: rgb(223,123,172); }
div.DivClassName
{
background-color: #DF7BAC;
}
.BgClassName
{
background-color: #DF7BAC;
}
</style>
border-color css
<style>
span { border-color: #DF7BAC; }
span { border-color: rgb(223,123,172); }
td.TdClassName
{
border-color: #DF7BAC;
}
.TagClassName
{
border-color: #DF7BAC;
}
</style>