Shades of Kobi #DF7DAC
Tints of Kobi #DF7DAC
RGB
CMYK
RGB Variations
Color information
#DF7DAC (or 0xDF7DAC) is known color: Kobi. HEX triplet: DF, 7D and AC. RGB value is (223,125,172). Sum of RGB (Red+Green+Blue) = 223+125+172=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 125 (49.22% from 255 or 24.04% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DAC is #208253. Grayscale: #9F9F9F. Windows color (decimal): -2130516 or 11304415. OLE color: 11304415.
HSL color Cylindrical-coordinate representation of color #DF7DAC: hue angle of 331.22º degrees, saturation: 0.6, 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 #DF7DAC is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 172 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.13 |
| HSL | 331.22º | 0.6% | 0.68% | - |
| HSV(B) | 331.22º | 0.44% | 0.87% | - |
| XYZ | 45.21 | 33.33 | 43.08 | - |
| YUV | 159.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 172 | 0 | 0.44 | 0.23 | 0.13 | 331.22 | 0.6 | 0.68 |
| Hex | DF | 7D | AC | 0 | 2C | 17 | D | 14B | 3C | 44 |
| Octal | 337 | 175 | 254 | 0 | 54 | 27 | 15 | 513 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10101100 | 0 | 101100 | 10111 | 1101 | 101001011 | 111100 | 1000100 |
Color Harmonies of #DF7DAC
Complementary color
Monochromatic Colors of #DF7DAC
Black with #DF7DAC
Text Example
Text Example
White with #DF7DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DAC; }
p { color: rgb(223,125,172); }
H1.HeaderClassName
{
color: #DF7DAC;
}
.AnyTagClassName
{
color: #DF7DAC;
}
</style>
background-color css
<style>
a { background-color: #DF7DAC; }
a { background-color: rgb(223,125,172); }
div.DivClassName
{
background-color: #DF7DAC;
}
.BgClassName
{
background-color: #DF7DAC;
}
</style>
border-color css
<style>
span { border-color: #DF7DAC; }
span { border-color: rgb(223,125,172); }
td.TdClassName
{
border-color: #DF7DAC;
}
.TagClassName
{
border-color: #DF7DAC;
}
</style>