Shades of Kobi #DF7CAC
Tints of Kobi #DF7CAC
RGB
CMYK
RGB Variations
Color information
#DF7CAC (or 0xDF7CAC) is known color: Kobi. HEX triplet: DF, 7C and AC. RGB value is (223,124,172). Sum of RGB (Red+Green+Blue) = 223+124+172=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CAC is #208353. Grayscale: #9E9E9E. Windows color (decimal): -2130772 or 11304159. OLE color: 11304159.
HSL color Cylindrical-coordinate representation of color #DF7CAC: hue angle of 330.91º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7CAC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 172 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.13 |
| HSL | 330.91º | 0.61% | 0.68% | - |
| HSV(B) | 330.91º | 0.44% | 0.87% | - |
| XYZ | 45.09 | 33.08 | 43.04 | - |
| YUV | 159.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 172 | 0 | 0.44 | 0.23 | 0.13 | 330.91 | 0.61 | 0.68 |
| Hex | DF | 7C | AC | 0 | 2C | 17 | D | 14B | 3D | 44 |
| Octal | 337 | 174 | 254 | 0 | 54 | 27 | 15 | 513 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10101100 | 0 | 101100 | 10111 | 1101 | 101001011 | 111101 | 1000100 |
Color Harmonies of #DF7CAC
Complementary color
Monochromatic Colors of #DF7CAC
Black with #DF7CAC
Text Example
Text Example
White with #DF7CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CAC; }
p { color: rgb(223,124,172); }
H1.HeaderClassName
{
color: #DF7CAC;
}
.AnyTagClassName
{
color: #DF7CAC;
}
</style>
background-color css
<style>
a { background-color: #DF7CAC; }
a { background-color: rgb(223,124,172); }
div.DivClassName
{
background-color: #DF7CAC;
}
.BgClassName
{
background-color: #DF7CAC;
}
</style>
border-color css
<style>
span { border-color: #DF7CAC; }
span { border-color: rgb(223,124,172); }
td.TdClassName
{
border-color: #DF7CAC;
}
.TagClassName
{
border-color: #DF7CAC;
}
</style>