Shades of Kobi #DF7DA8
Tints of Kobi #DF7DA8
RGB
CMYK
RGB Variations
Color information
#DF7DA8 (or 0xDF7DA8) is known color: Kobi. HEX triplet: DF, 7D and A8. RGB value is (223,125,168). Sum of RGB (Red+Green+Blue) = 223+125+168=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 168 (66.02% from 255 or 32.56% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA8 is #208257. Grayscale: #9F9F9F. Windows color (decimal): -2130520 or 11042271. OLE color: 11042271.
HSL color Cylindrical-coordinate representation of color #DF7DA8: hue angle of 333.67º 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 #DF7DA8 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 125 | 168 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.13 |
| HSL | 333.67º | 0.6% | 0.68% | - |
| HSV(B) | 333.67º | 0.44% | 0.87% | - |
| XYZ | 44.83 | 33.18 | 41.09 | - |
| YUV | 159.2 | 132.97 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 125 | 168 | 0 | 0.44 | 0.25 | 0.13 | 333.67 | 0.6 | 0.68 |
| Hex | DF | 7D | A8 | 0 | 2C | 19 | D | 14E | 3C | 44 |
| Octal | 337 | 175 | 250 | 0 | 54 | 31 | 15 | 516 | 74 | 104 |
| Binary | 11011111 | 1111101 | 10101000 | 0 | 101100 | 11001 | 1101 | 101001110 | 111100 | 1000100 |
Color Harmonies of #DF7DA8
Complementary color
Monochromatic Colors of #DF7DA8
Black with #DF7DA8
Text Example
Text Example
White with #DF7DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7DA8; }
p { color: rgb(223,125,168); }
H1.HeaderClassName
{
color: #DF7DA8;
}
.AnyTagClassName
{
color: #DF7DA8;
}
</style>
background-color css
<style>
a { background-color: #DF7DA8; }
a { background-color: rgb(223,125,168); }
div.DivClassName
{
background-color: #DF7DA8;
}
.BgClassName
{
background-color: #DF7DA8;
}
</style>
border-color css
<style>
span { border-color: #DF7DA8; }
span { border-color: rgb(223,125,168); }
td.TdClassName
{
border-color: #DF7DA8;
}
.TagClassName
{
border-color: #DF7DA8;
}
</style>