Shades of Kobi #DF7FA6
Tints of Kobi #DF7FA6
RGB
CMYK
RGB Variations
Color information
#DF7FA6 (or 0xDF7FA6) is known color: Kobi. HEX triplet: DF, 7F and A6. RGB value is (223,127,166). Sum of RGB (Red+Green+Blue) = 223+127+166=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 166 (65.23% from 255 or 32.17% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FA6 is #208059. Grayscale: #A0A0A0. Windows color (decimal): -2130010 or 10911711. OLE color: 10911711.
HSL color Cylindrical-coordinate representation of color #DF7FA6: hue angle of 335.62º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF7FA6 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 127 | 166 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.13 |
| HSL | 335.63º | 0.6% | 0.69% | - |
| HSV(B) | 335.63º | 0.43% | 0.87% | - |
| XYZ | 44.9 | 33.62 | 40.2 | - |
| YUV | 160.15 | 131.3 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 127 | 166 | 0 | 0.43 | 0.26 | 0.13 | 335.63 | 0.6 | 0.69 |
| Hex | DF | 7F | A6 | 0 | 2B | 1A | D | 150 | 3C | 45 |
| Octal | 337 | 177 | 246 | 0 | 53 | 32 | 15 | 520 | 74 | 105 |
| Binary | 11011111 | 1111111 | 10100110 | 0 | 101011 | 11010 | 1101 | 101010000 | 111100 | 1000101 |
Color Harmonies of #DF7FA6
Complementary color
Monochromatic Colors of #DF7FA6
Black with #DF7FA6
Text Example
Text Example
White with #DF7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7FA6; }
p { color: rgb(223,127,166); }
H1.HeaderClassName
{
color: #DF7FA6;
}
.AnyTagClassName
{
color: #DF7FA6;
}
</style>
background-color css
<style>
a { background-color: #DF7FA6; }
a { background-color: rgb(223,127,166); }
div.DivClassName
{
background-color: #DF7FA6;
}
.BgClassName
{
background-color: #DF7FA6;
}
</style>
border-color css
<style>
span { border-color: #DF7FA6; }
span { border-color: rgb(223,127,166); }
td.TdClassName
{
border-color: #DF7FA6;
}
.TagClassName
{
border-color: #DF7FA6;
}
</style>