Shades of Kobi #DF7EA6
Tints of Kobi #DF7EA6
RGB
CMYK
RGB Variations
Color information
#DF7EA6 (or 0xDF7EA6) is known color: Kobi. HEX triplet: DF, 7E and A6. RGB value is (223,126,166). Sum of RGB (Red+Green+Blue) = 223+126+166=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 126 (49.61% from 255 or 24.47% from 515); Blue value is 166 (65.23% from 255 or 32.23% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7EA6 is #208159. Grayscale: #9F9F9F. Windows color (decimal): -2130266 or 10911455. OLE color: 10911455.
HSL color Cylindrical-coordinate representation of color #DF7EA6: hue angle of 335.26º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7EA6 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 126 | 166 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.13 |
| HSL | 335.26º | 0.6% | 0.68% | - |
| HSV(B) | 335.26º | 0.43% | 0.87% | - |
| XYZ | 44.78 | 33.36 | 40.16 | - |
| YUV | 159.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 126 | 166 | 0 | 0.43 | 0.26 | 0.13 | 335.26 | 0.6 | 0.68 |
| Hex | DF | 7E | A6 | 0 | 2B | 1A | D | 14F | 3C | 44 |
| Octal | 337 | 176 | 246 | 0 | 53 | 32 | 15 | 517 | 74 | 104 |
| Binary | 11011111 | 1111110 | 10100110 | 0 | 101011 | 11010 | 1101 | 101001111 | 111100 | 1000100 |
Color Harmonies of #DF7EA6
Complementary color
Monochromatic Colors of #DF7EA6
Black with #DF7EA6
Text Example
Text Example
White with #DF7EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7EA6; }
p { color: rgb(223,126,166); }
H1.HeaderClassName
{
color: #DF7EA6;
}
.AnyTagClassName
{
color: #DF7EA6;
}
</style>
background-color css
<style>
a { background-color: #DF7EA6; }
a { background-color: rgb(223,126,166); }
div.DivClassName
{
background-color: #DF7EA6;
}
.BgClassName
{
background-color: #DF7EA6;
}
</style>
border-color css
<style>
span { border-color: #DF7EA6; }
span { border-color: rgb(223,126,166); }
td.TdClassName
{
border-color: #DF7EA6;
}
.TagClassName
{
border-color: #DF7EA6;
}
</style>