Shades of Kobi #DF7CA8
Tints of Kobi #DF7CA8
RGB
CMYK
RGB Variations
Color information
#DF7CA8 (or 0xDF7CA8) is known color: Kobi. HEX triplet: DF, 7C and A8. RGB value is (223,124,168). Sum of RGB (Red+Green+Blue) = 223+124+168=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 168 (66.02% from 255 or 32.62% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7CA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7CA8 is #208357. Grayscale: #9E9E9E. Windows color (decimal): -2130776 or 11042015. OLE color: 11042015.
HSL color Cylindrical-coordinate representation of color #DF7CA8: hue angle of 333.33º 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 #DF7CA8 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 124 | 168 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.13 |
| HSL | 333.33º | 0.61% | 0.68% | - |
| HSV(B) | 333.33º | 0.44% | 0.87% | - |
| XYZ | 44.71 | 32.93 | 41.05 | - |
| YUV | 158.62 | 133.3 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 124 | 168 | 0 | 0.44 | 0.25 | 0.13 | 333.33 | 0.61 | 0.68 |
| Hex | DF | 7C | A8 | 0 | 2C | 19 | D | 14D | 3D | 44 |
| Octal | 337 | 174 | 250 | 0 | 54 | 31 | 15 | 515 | 75 | 104 |
| Binary | 11011111 | 1111100 | 10101000 | 0 | 101100 | 11001 | 1101 | 101001101 | 111101 | 1000100 |
Color Harmonies of #DF7CA8
Complementary color
Monochromatic Colors of #DF7CA8
Black with #DF7CA8
Text Example
Text Example
White with #DF7CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7CA8; }
p { color: rgb(223,124,168); }
H1.HeaderClassName
{
color: #DF7CA8;
}
.AnyTagClassName
{
color: #DF7CA8;
}
</style>
background-color css
<style>
a { background-color: #DF7CA8; }
a { background-color: rgb(223,124,168); }
div.DivClassName
{
background-color: #DF7CA8;
}
.BgClassName
{
background-color: #DF7CA8;
}
</style>
border-color css
<style>
span { border-color: #DF7CA8; }
span { border-color: rgb(223,124,168); }
td.TdClassName
{
border-color: #DF7CA8;
}
.TagClassName
{
border-color: #DF7CA8;
}
</style>